CredentialStatement.Identity Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the account to be used when connecting outside the server.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Literal Identity { get; set; }
public:
property Literal^ Identity {
    Literal^ get();
    void set(Literal^ value);
}
member Identity : Literal with get, set
Public Property Identity As Literal

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal

The name of the account to be used when connecting outside the server.

See Also

CredentialStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top