IdentityValueKeyOption.IdentityPhrase (Propiedad)

Obtiene o establece una frase de identidad de la que generar un GUID para etiquetar datos cifrados con una clave temporal.

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

Sintaxis

'Declaración
Public Property IdentityPhrase As Literal
    Get
    Set
public Literal IdentityPhrase { get; set; }
public:
property Literal^ IdentityPhrase {
    Literal^ get ();
    void set (Literal^ value);
}
member IdentityPhrase : Literal with get, set
function get IdentityPhrase () : Literal
function set IdentityPhrase (value : Literal)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IdentityValueKeyOption Clase

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