PublicationAccess.IsWindowsGroup 屬性

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property IsWindowsGroup As Boolean 
    Get
'用途
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

屬性值

型別: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.

備註

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

請參閱

參考

PublicationAccess 類別

Microsoft.SqlServer.Replication 命名空間