共用方式為


IdentityValueKeyOption.IdentityPhrase 屬性

取得或設定識別片語,該識別片語會產生 GUID,以標記利用暫存金鑰加密的資料。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework 安全性

請參閱

參考

IdentityValueKeyOption 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間