Condividi tramite


Proprietà ISnapshotGenerationAgent.DistributorLogin

Gets or sets the login name used when connecting locally to the Distributor using SQL Server Authentication.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Property DistributorLogin As String 
    Get 
    Set
'Utilizzo
Dim instance As ISnapshotGenerationAgent 
Dim value As String 

value = instance.DistributorLogin

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

Valore proprietà

Tipo: System.String
The login name used.

Vedere anche

Riferimento

ISnapshotGenerationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication