IAlternateSynchronizationPartner.Publisher プロパティ

Gets the name of the publisher.

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

構文

'宣言
ReadOnly Property Publisher As String 
    Get
'使用
Dim instance As IAlternateSynchronizationPartner 
Dim value As String 

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

プロパティ値

型: System.String
The name of the publisher.

関連項目

参照

IAlternateSynchronizationPartner インターフェイス

Microsoft.SqlServer.Replication 名前空間