Compartir a través de


IsWindowsLogin Propiedad

Gets if the login is a Microsoft Windows login that has access to the publication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsWindowsLogin As Boolean
    Get
'Uso
Dim instance As PublicationAccess
Dim value As Boolean

value = instance.IsWindowsLogin
public bool IsWindowsLogin { get; }
public:
property bool IsWindowsLogin {
    bool get ();
}
member IsWindowsLogin : bool
function get IsWindowsLogin () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value. If true, the publication access object represents a Windows login. If false, the publication access object does not represent a Windows login.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.