Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the login name that is used with Web synchronization when connecting to the Publisher by using Internet authentication.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Property InternetLogin As String
Get
Set
'Применение
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.InternetLogin
instance.InternetLogin = value
string InternetLogin { get; set; }
property String^ InternetLogin {
String^ get ();
void set (String^ value);
}
abstract InternetLogin : string with get, set
function get InternetLogin () : String
function set InternetLogin (value : String)
Значение свойства
Тип: System.String
A String value that represents the internet login name.