Dela via


ISql90SymmetricKey.IdentityValue Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IdentityValue As String
'Usage
Dim instance As ISql90SymmetricKey 
Dim value As String 

value = instance.IdentityValue

instance.IdentityValue = value
string IdentityValue { get; set; }
property String^ IdentityValue {
    String^ get ();
    void set (String^ value);
}
function get IdentityValue () : String 
function set IdentityValue (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace