共用方式為


CreateEndpoint 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property CreateEndpoint As ServerPermission
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the CreateEndpoint permission that can be included in the server permission set.