Publisher プロパティ
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Property Publisher As String
Get
Set
'使用
Dim instance As ITransSynchronizationAgent
Dim value As String
value = instance.Publisher
instance.Publisher = value
string Publisher { get; set; }
property String^ Publisher {
String^ get ();
void set (String^ value);
}
abstract Publisher : string with get, set
function get Publisher () : String
function set Publisher (value : String)