Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Property InputParameters As List(Of InputParameter)
Get
Set
'Usage
Dim instance As IDMQueryTask
Dim value As List(Of InputParameter)
value = instance.InputParameters
instance.InputParameters = value
List<InputParameter> InputParameters { get; set; }
property List<InputParameter^>^ InputParameters {
List<InputParameter^>^ get ();
void set (List<InputParameter^>^ value);
}
abstract InputParameters : List<InputParameter> with get, set
function get InputParameters () : List<InputParameter>
function set InputParameters (value : List<InputParameter>)
Property Value
Type: System.Collections.Generic.List<InputParameter>
A collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.