This topic has not yet been rated - Rate this topic

ProviderEncryptionSource.KeyOptions Property

SQL Server 2012

Gets a list of options for this key.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
	Get
'Usage
Dim instance As ProviderEncryptionSource 
Dim value As IList(Of KeyOption)

value = instance.KeyOptions

Property Value

Type: System.Collections.Generic.IList(Of KeyOption)
A list of options for this key.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.