Credential.Create メソッド (String, String)

SQL Server のインスタンスで、Credential オブジェクトによる定義に基づいて資格情報を作成します。

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

構文

'宣言
Public Sub Create ( _
    identity As String, _
    secret As String _
)
'使用
Dim instance As Credential 
Dim identity As String 
Dim secret As String

instance.Create(identity, secret)
public void Create(
    string identity,
    string secret
)
public:
void Create(
    String^ identity, 
    String^ secret
)
member Create : 
        identity:string * 
        secret:string -> unit
public function Create(
    identity : String, 
    secret : String
)

パラメーター

使用例

メソッドの呼び出し

関連項目

参照

Credential クラス

Create オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE CREDENTIAL (Transact-SQL)

資格情報 (データベース エンジン)