共用方式為


PublicServerRoleIsGrantedPermissions 屬性

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 PublicServerRoleIsGrantedPermissions As Boolean
    Get
'用途
Dim instance As ServerSecurityAdapter
Dim value As Boolean

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

屬性值

型別:System. . :: . .Boolean
Booolean
If True property is active.
If False property is not active

實作

IServerSecurityFacet. . :: . .PublicServerRoleIsGrantedPermissions