次の方法で共有


Credential.Create メソッド (String)

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

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

構文

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

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

パラメーター

使用例

メソッドの呼び出し

関連項目

参照

Credential クラス

Create オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE CREDENTIAL (Transact-SQL)

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