ServerPermission.CreateEndpoint Property
Gets a permission that can be included in the server permission set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Shared ReadOnly Property CreateEndpoint As ServerPermission
Get
'Kullanım
Dim value As ServerPermission
value = ServerPermission.CreateEndpoint
public static ServerPermission CreateEndpoint { get; }
public:
static property ServerPermission^ CreateEndpoint {
ServerPermission^ get ();
}
static member CreateEndpoint : ServerPermission
static function get CreateEndpoint () : ServerPermission
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerPermission
A ServerPermission object that represents the CreateEndpoint permission that can be included in the server permission set.
Examples
Granting, Revoking, and Denying Permissions
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace