次の方法で共有


CredentialStatement.Identity プロパティ

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

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

構文

'宣言
Public Property Identity As Literal 
    Get 
    Set
'使用
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);
}
member Identity : Literal with get, set
function get Identity () : Literal 
function set Identity (value : Literal)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
サーバーの外部に接続するときに使用するアカウントの名前。

関連項目

参照

CredentialStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間