ServerSecurityAdapter.ProxyAccountEnabled 속성

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 ProxyAccountEnabled As Boolean 
    Get
‘사용 방법
Dim instance As ServerSecurityAdapter 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
BoooleanIf True property is active.If False property is not active

구현

IServerSecurityFacet.ProxyAccountEnabled

참고 항목

참조

ServerSecurityAdapter 클래스

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