Loe inglise keeles

Jagamisviis:


ComplexProperty Constructors

Definition

Initializes a new instance of the ComplexProperty class.

Overloads

ComplexProperty()

Initializes a new instance of the ComplexProperty class.

ComplexProperty(String, String, DTSParamType)

Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

ComplexProperty()

Initializes a new instance of the ComplexProperty class.

C#
public ComplexProperty();

Applies to

SQL Server .NET SDK 2019 ja muud versioonid
Toode Versioonid
SQL Server .NET SDK 2016, 2017, 2019

ComplexProperty(String, String, DTSParamType)

Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.

C#
public ComplexProperty(string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type);

Parameters

name
String

The name of the property.

datatype
String

The data type of the property.

type
DTSParamType

The DTSParamType of the property.

Applies to

SQL Server .NET SDK 2019 ja muud versioonid
Toode Versioonid
SQL Server .NET SDK 2016, 2017, 2019