Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the Boolean property value that specifies whether this property is on or off.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ProxyAccountIsGrantedToPublicRole As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
BoooleanIf True property is active.If False property is not active
Implémente
IServerSecurityFacet.ProxyAccountIsGrantedToPublicRole