共用方式為


DatabaseProjectReferenceSelectorData.Metadata 屬性

取得中繼資料,該中繼資料用於允許資料庫結構描述提供者在透過 DatabaseNodeAdded 事件建立節點之後,初始化該節點。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Public ReadOnly Property Metadata As IDictionary(Of String, String)
    Get
public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
    IDictionary<String^, String^>^ get ();
}
member Metadata : IDictionary<string, string>
function get Metadata () : IDictionary<String, String>

屬性值

型別:System.Collections.Generic.IDictionary<String, String>

.NET Framework 安全性

請參閱

參考

DatabaseProjectReferenceSelectorData 類別

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間