ISqlSubroutine.Parameters プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
ReadOnly Property Parameters As IList(Of ISqlSubroutineParameter)
'使用
Dim instance As ISqlSubroutine
Dim value As IList(Of ISqlSubroutineParameter)
value = instance.Parameters
IList<ISqlSubroutineParameter> Parameters { get; }
property IList<ISqlSubroutineParameter^>^ Parameters {
IList<ISqlSubroutineParameter^>^ get ();
}
function get Parameters () : IList<ISqlSubroutineParameter>
プロパティ値
型 : System.Collections.Generic.IList<ISqlSubroutineParameter>