IdentityValueKeyOption.IdentityPhrase Property
Gets or sets an identity phrase from which to generate a GUID for tagging data that is encrypted with a temporary key.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IdentityPhrase As Literal
'Usage
Dim instance As IdentityValueKeyOption
Dim value As Literal
value = instance.IdentityPhrase
instance.IdentityPhrase = value
public Literal IdentityPhrase { get; set; }
public:
property Literal^ IdentityPhrase {
Literal^ get ();
void set (Literal^ value);
}
public function get IdentityPhrase () : Literal
public function set IdentityPhrase (value : Literal)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.