다음을 통해 공유


ProxyAccountIsGrantedToPublicRole 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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