ServerSecurityAdapter.ProxyAccountIsGrantedToPublicRole Property

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 ProxyAccountIsGrantedToPublicRole As Boolean 
    Get
'Usage
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

Property Value

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

Implements

IServerSecurityFacet.ProxyAccountIsGrantedToPublicRole

See Also

Reference

ServerSecurityAdapter Class

Microsoft.SqlServer.Management.Smo Namespace