Compartir a través de


ContainingColumn Propiedad

Gets the name of the table column containing this column.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property ContainingColumn As String
    Get
'Uso
Dim instance As MiningModelColumn
Dim value As String

value = instance.ContainingColumn
public string ContainingColumn { get; }
public:
virtual property String^ ContainingColumn {
    String^ get () sealed;
}
abstract ContainingColumn : string
override ContainingColumn : string
final function get ContainingColumn () : String

Valor de la propiedad

Tipo: System. . :: . .String
A String containing the name of the table column containing this column, if this column is based on a table column; nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). otherwise.