ServerManager.GetMetadata(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從伺服器管理員傳回中繼資料值。
public:
System::Object ^ GetMetadata(System::String ^ metadataType);
public object GetMetadata (string metadataType);
member this.GetMetadata : string -> obj
Public Function GetMetadata (metadataType As String) As Object
參數
- metadataType
- String
所要求中繼資料的名稱。
傳回
要求的中繼資料值。
例外狀況
組態管理員為 null
。
metadataType
不是 「ServiceModel」。
備註
方法 GetMetadata 會從組態管理員傳回服務模型。