ApplicationRole.Create メソッド (String)
SQL Server のインスタンスで、ApplicationRole オブジェクトによる定義に基づき、指定されたパスワードを使用して、アプリケーション ロールを作成します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub Create ( _
password As String _
)
'使用
Dim instance As ApplicationRole
Dim password As String
instance.Create(password)
public void Create(
string password
)
public:
void Create(
String^ password
)
member Create :
password:string -> unit
public function Create(
password : String
)
パラメーター
- password
型: System.String
アプリケーション ロールへのアクセス時に必要なパスワードを示す String 値です。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間