Propriedade IdentityValueKeyOption.IdentityPhrase

Obtém ou define uma frase de identidade do qual deseja gerar um GUID para identificação dos dados são criptografados com uma chave temporária.

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

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IdentityValueKeyOption Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql