ProviderKeyNameKeyOption.KeyName Property
SQL Server 2012
Gets or sets the name referenced in the Extensible Key Management provider.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property KeyName As Literal Get Set 'Usage Dim instance As ProviderKeyNameKeyOption Dim value As Literal value = instance.KeyName instance.KeyName = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralThe name referenced in the Extensible Key Management provider.
