IMetadataObject.UniqueName 屬性

Gets the unique name for the IMetadataObject.

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

語法

'宣告
ReadOnly Property UniqueName As String 
    Get
'用途
Dim instance As IMetadataObject 
Dim value As String 

value = instance.UniqueName
string UniqueName { get; }
property String^ UniqueName {
    String^ get ();
}
abstract UniqueName : string
function get UniqueName () : String

屬性值

型別:System.String
The unique name for the IMetadataObject.

請參閱

參考

IMetadataObject 介面

Microsoft.AnalysisServices.AdomdServer 命名空間