Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets if the login is a Microsoft Windows group that has access to the publication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property IsWindowsGroup As Boolean
Get
'Usage
Dim instance As PublicationAccess
Dim value As Boolean
value = instance.IsWindowsGroup
public bool IsWindowsGroup { get; }
public:
property bool IsWindowsGroup {
bool get ();
}
member IsWindowsGroup : bool
function get IsWindowsGroup () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value. If true, the publication access object represents a Windows group. If false, the publication access object does not represent a Windows group.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.