CreateColumnMasterKeyStatement.Parameters Property

Definition

The collection of parameters required by create column master key

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnMasterKeyParameter> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnMasterKeyParameter>
Public ReadOnly Property Parameters As IList(Of ColumnMasterKeyParameter)

Property Value

Applies to