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