StructureColumn propriété
Gets the name of the structure column for the MiningModelColumn.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StructureColumn As String
Get
'Utilisation
Dim instance As MiningModelColumn
Dim value As String
value = instance.StructureColumn
public string StructureColumn { get; }
public:
property String^ StructureColumn {
String^ get ();
}
member StructureColumn : string
function get StructureColumn () : String
Valeur de la propriété
Type : System. . :: . .String
A String containing the name of the structure column.