省略可能なパラメータの一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property OptionalParameters As IList(Of Expression)
'使用
Dim instance As RaiseErrorStatement
Dim value As IList(Of Expression)
value = instance.OptionalParameters
public IList<Expression> OptionalParameters { get; }
public:
property IList<Expression^>^ OptionalParameters {
IList<Expression^>^ get ();
}
public function get OptionalParameters () : IList<Expression>
プロパティ値
型 : System.Collections.Generic.IList<Expression>
解説
値には文字列、変数、または (正または負の) 整数を指定できます。