CredentialStatement.Identity プロパティ

サーバーの外部で接続する際に使用されるアカウントの名前を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Identity As Literal
'使用
Dim instance As CredentialStatement
Dim value As Literal

value = instance.Identity

instance.Identity = value
public Literal Identity { get; set; }
public:
property Literal^ Identity {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Identity () : Literal
public function set Identity (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

CredentialStatement クラス

CredentialStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間