다음을 통해 공유


ProxyAccountEnabled 속성

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

구현

IServerSecurityFacet. . :: . .ProxyAccountEnabled