Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the Boolean property value that specifies whether this property is on or off.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property ProxyAccountEnabled As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
BoooleanIf True property is active.If False property is not active
Implements
IServerSecurityFacet.ProxyAccountEnabled