Freigeben über


MiningModelColumn.FullyQualifiedName-Eigenschaft

Gets the fully qualified name of the column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property FullyQualifiedName As String 
    Get
'Usage
Dim instance As MiningModelColumn 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
The fully qualified name of the column.

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace