Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property PublisherLogin As String
Get
Set
'Usage
Dim instance As ISnapshotGenerationAgent
Dim value As String
value = instance.PublisherLogin
instance.PublisherLogin = value
string PublisherLogin { get; set; }
property String^ PublisherLogin {
String^ get ();
void set (String^ value);
}
abstract PublisherLogin : string with get, set
function get PublisherLogin () : String
function set PublisherLogin (value : String)
Property Value
Type: System.String
The login name.