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 命名空间