DatabasePermission.Control 屬性
Gets a permission that can be included in the database permission set.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared ReadOnly Property Control As DatabasePermission
Get
'用途
Dim value As DatabasePermission
value = DatabasePermission.Control
public static DatabasePermission Control { get; }
public:
static property DatabasePermission^ Control {
DatabasePermission^ get ();
}
static member Control : DatabasePermission
static function get Control () : DatabasePermission
屬性值
型別:Microsoft.SqlServer.Management.Smo.DatabasePermission
A DatabasePermission object that represents the Control permission that can be included in the database permission set.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間