Compartir a través de


ISql90SymmetricKey.IdentityValue (Propiedad)

Obtiene o establece el valor de identidad de la clave.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IdentityValue As String
    Get
    Set
string IdentityValue { get; set; }
property String^ IdentityValue {
    String^ get ();
    void set (String^ value);
}
abstract IdentityValue : string with get, set
function get IdentityValue () : String
function set IdentityValue (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90SymmetricKey Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)