DataStructureStructureType Property |
Gets or sets data structure type.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic SupportedDataStructures StructureType { get; set; }Public Property StructureType As SupportedDataStructures
Get
Set
public:
property SupportedDataStructures StructureType {
SupportedDataStructures get ();
void set (SupportedDataStructures value);
}member StructureType : SupportedDataStructures with get, set
Property Value
Type:
SupportedDataStructures
See Also