Dela via


CreateSymmetricKeyStatement.KeyOptions Property

Gets a list of options for this key.

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

Syntax

'Declaration
Public ReadOnly Property KeyOptions As IList(Of KeyOption)
'Usage
Dim instance As CreateSymmetricKeyStatement 
Dim value As IList(Of KeyOption)

value = instance.KeyOptions
public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
    IList<KeyOption^>^ get ();
}
public function get KeyOptions () : IList<KeyOption>

Property Value

Type: System.Collections.Generic.IList<KeyOption>

.NET Framework Security

See Also

Reference

CreateSymmetricKeyStatement Class

CreateSymmetricKeyStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace