MiningStructureColumn.FullyQualifiedName 属性

Gets the fully-qualified name for the mining structure column.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property FullyQualifiedName As String 
    Get
用法
Dim instance As MiningStructureColumn 
Dim value As String 

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

属性值

类型:System.String
The fully-qualified name for the mining structure column.

请参阅

参考

MiningStructureColumn 类

Microsoft.AnalysisServices.AdomdClient 命名空间