Propriedade ISql90SymmetricKey.IdentityValue
Obtém ou define o valor da chave de identidade.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property IdentityValue As String
Get
Set
string IdentityValue { get; set; }
property String^ IdentityValue {
String^ get ();
void set (String^ value);
}
abstract IdentityValue : string with get, set
function get IdentityValue () : String
function set IdentityValue (value : String)
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.