ProxyAccountIsGrantedToPublicRole 属性

Gets the Boolean property value that specifies whether this property is on or off.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property ProxyAccountIsGrantedToPublicRole As Boolean
    Get
用法
Dim instance As ServerSecurityAdapter
Dim value As Boolean

value = instance.ProxyAccountIsGrantedToPublicRole
public bool ProxyAccountIsGrantedToPublicRole { get; }
public:
virtual property bool ProxyAccountIsGrantedToPublicRole {
    bool get () sealed;
}
abstract ProxyAccountIsGrantedToPublicRole : bool
override ProxyAccountIsGrantedToPublicRole : bool
final function get ProxyAccountIsGrantedToPublicRole () : boolean

属性值

类型:System. . :: . .Boolean
Booolean
If True property is active.
If False property is not active

实现

IServerSecurityFacet. . :: . .ProxyAccountIsGrantedToPublicRole