次の方法で共有


ServerRole.ID プロパティ

サーバー ロールを一意に識別する ID 値を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'使用
Dim instance As ServerRole 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

プロパティ値

型: System.Int32
サーバー ロールを一意に識別する ID を示す Int32 値。

使用例

ユーザー、ロール、およびログインの管理

関連項目

参照

ServerRole クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

固定サーバー ロールの権限 (データベース エンジン)

sp_addsrvrolemember (Transact-SQL)