Propriété ContainingColumn

Gets the name of the table column containing this column.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ContainingColumn As String
    Get
'Utilisation
Dim instance As MiningModelColumn
Dim value As String

value = instance.ContainingColumn
public string ContainingColumn { get; }
public:
property String^ ContainingColumn {
    String^ get ();
}
member ContainingColumn : string
function get ContainingColumn () : String

Valeur de propriété

Type : System. . :: . .String
A String containing the name of the table column containing this column, if this column is based on a table column; nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) otherwise.