Partager via


Propriété ContainingColumn

Gets the name of the table column containing this mining structure column.

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

Syntaxe

'Déclaration
Public ReadOnly Property ContainingColumn As String
    Get
'Utilisation
Dim instance As MiningStructureColumn
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

Valeur de propriété

Type : System. . :: . .String
A String containing the name of the table column containing this mining structure column.