หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 PublicServerRoleIsGrantedPermissions As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
BoooleanIf True property is active.If False property is not active
Implements
IServerSecurityFacet.PublicServerRoleIsGrantedPermissions