IsWindowsLogin 属性
Gets if the login is a Microsoft Windows login that has access to the publication.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public ReadOnly Property IsWindowsLogin As Boolean
Get
用法
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
属性值
类型: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.
注释
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.