Publisher propriété
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
Property Publisher As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String