Partilhar via


Propriedade ISql90Credential.Identity

Obtém ou define o nome que é usado para conectar-se fora do servidor.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property Identity As String
    Get
    Set
string Identity { get; set; }
property String^ Identity {
    String^ get ();
    void set (String^ value);
}
abstract Identity : string with get, set
function get Identity () : String
function set Identity (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90Credential Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel