次の方法で共有


ServerPermissionSet.CreateEndpoint プロパティ

CREATE ENDPOINT (CRHE) 権限を権限セットに含めるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。 この権限は、権限付与対象ユーザーに、SQL Server インスタンスでの SOAP、Transact-SQL、データベース ミラーリング、および Service Broker のエンドポイントの作成を許可します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Property CreateEndpoint As Boolean 
    Get 
    Set
'使用
Dim instance As ServerPermissionSet 
Dim value As Boolean 

value = instance.CreateEndpoint

instance.CreateEndpoint = value
public bool CreateEndpoint { get; set; }
public:
property bool CreateEndpoint {
    bool get ();
    void set (bool value);
}
member CreateEndpoint : bool with get, set
function get CreateEndpoint () : boolean 
function set CreateEndpoint (value : boolean)

プロパティ値

型: System.Boolean
CREATE ENDPOINT (CRHE) 権限を権限セットに含めるかどうかを示す Boolean 値です。 True の場合、権限は権限セットに含まれます。 False (既定値) の場合、権限は権限セットに含まれません。

使用例

権限の許可、取り消し、および拒否

関連項目

参照

ServerPermissionSet クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

権限 (データベース エンジン)

sys.server_permissions (Transact-SQL)