次の方法で共有


User コンストラクター (Database, String)

指定されたデータベースで、指定された名前を使用して User クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    database As Database, _
    name As String _
)
'使用
Dim database As Database 
Dim name As String 

Dim instance As New User(database, _
    name)
public User(
    Database database,
    string name
)
public:
User(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> User
public function User(
    database : Database, 
    name : String
)

パラメーター

使用例

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

関連項目

参照

User クラス

User オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

プリンシパル (データベース エンジン)

CREATE USER (Transact-SQL)