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)
public IList<KeyOption> KeyOptions { get; }
public:
property IList<KeyOption^>^ KeyOptions {
IList<KeyOption^>^ get ();
}
member KeyOptions : IList<KeyOption>
function get KeyOptions () : IList<KeyOption>
Property Value
Type: System.Collections.Generic.IList<KeyOption>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.