Share via


MiningModelColumn.FullyQualifiedName Property

Gets the fully qualified name of the column.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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:
property String^ FullyQualifiedName {
    String^ get ();
}
member FullyQualifiedName : string
function get FullyQualifiedName () : String

Property Value

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

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdClient Namespace