Propriedade do RDL StructureColumn
Gets the name of the structure column for the MiningModelColumn.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property StructureColumn As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
A String containing the name of the structure column.
Consulte também