ServerSecurityAdapter.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
BoooleanIf True property is active.If False property is not active

구현

IServerSecurityFacet.ProxyAccountIsGrantedToPublicRole

참고 항목

참조

ServerSecurityAdapter 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스