DatabaseRoleCollection.Add メソッド

指定したデータベース ロールをコレクションに追加します。

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

構文

'宣言
Public Sub Add ( _
    databaseRole As DatabaseRole _
)
'使用
Dim instance As DatabaseRoleCollection 
Dim databaseRole As DatabaseRole

instance.Add(databaseRole)
public void Add(
    DatabaseRole databaseRole
)
public:
void Add(
    DatabaseRole^ databaseRole
)
member Add : 
        databaseRole:DatabaseRole -> unit
public function Add(
    databaseRole : DatabaseRole
)

パラメーター

使用例

コレクションの使用

関連項目

参照

DatabaseRoleCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間