Share via


ObjectPermission.Control Property

Gets a permission that can be included in the object permission set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Control As ObjectPermission 
    Get
'Usage
Dim value As ObjectPermission 

value = ObjectPermission.Control
public static ObjectPermission Control { get; }
public:
static property ObjectPermission^ Control {
    ObjectPermission^ get ();
}
static member Control : ObjectPermission
static function get Control () : ObjectPermission

Property Value

Type: Microsoft.SqlServer.Management.Smo.ObjectPermission
An ObjectPermission object that represents the Control permission that can be included in the object permission set.

Examples

Granting, Revoking, and Denying Permissions

See Also

Reference

ObjectPermission Class

Microsoft.SqlServer.Management.Smo Namespace