共用方式為


ContainingColumn 屬性

Gets the name of the table column containing this column.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property ContainingColumn As String
    Get
'用途
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

屬性值

型別:System. . :: . .String
A String containing the name of the table column containing this column, if this column is based on a table column; nullNothingnullptrunitnull 參考 (在 Visual Basic 中為 Nothing) otherwise.