Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType _
)
public ComplexProperty (
string name,
string datatype,
DTSParamType type
)
public:
ComplexProperty (
String^ name,
String^ datatype,
DTSParamType type
)
public ComplexProperty (
String name,
String datatype,
DTSParamType type
)
public function ComplexProperty (
name : String,
datatype : String,
type : DTSParamType
)
Parameter
- name
The name of the property.
- datatype
The data type of the property.
- type
The DTSParamType of the property.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ComplexProperty Class
ComplexProperty Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace