LightPublication.PublisherType プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

パブリッシャーの種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property PublisherType As String 
    Get 
    Set
'使用
Dim instance As LightPublication 
Dim value As String 

value = instance.PublisherType

instance.PublisherType = value
public string PublisherType { get; set; }
public:
property String^ PublisherType {
    String^ get ();
    void set (String^ value);
}
member PublisherType : string with get, set
function get PublisherType () : String 
function set PublisherType (value : String)

プロパティ値

型: System.String
パブリッシャーの種類です。

関連項目

参照

LightPublication クラス

Microsoft.SqlServer.Replication 名前空間