ExtensionHandle.Publisher 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得或設定這個擴充的發行者名稱。

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

語法

'宣告
Public Property Publisher As String
    Get
    Friend Set
public string Publisher { get; internal set; }
public:
property String^ Publisher {
    String^ get ();
    internal: void set (String^ value);
}
member Publisher : string with get, internal set
function get Publisher () : String
internal function set Publisher (value : String)

屬性值

型別:System.String
發行者名稱。

.NET Framework 安全性

請參閱

參考

ExtensionHandle 類別

Microsoft.Data.Schema.Extensibility 命名空間