Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the name of the table column containing this column.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property ContainingColumn As String
Get
'Usage
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
Property Value
Type: System.String
The name of the table column containing this column, if this column is based on a table column; nulla null reference (Nothing in Visual Basic) otherwise.