ExportRequestDataCubeId Property |
Gets the ID for the data cube.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntaxpublic Guid? DataCubeId { get; }Public ReadOnly Property DataCubeId As Guid?
Get
public:
property Nullable<Guid> DataCubeId {
Nullable<Guid> get ();
}member DataCubeId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also