Freigeben über


DTS_MANAGED_PROPERTY-Struktur

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies an enumeration of managed data property.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Structure DTS_MANAGED_PROPERTY
'Usage
Dim instance As DTS_MANAGED_PROPERTY
public struct DTS_MANAGED_PROPERTY
public value class DTS_MANAGED_PROPERTY
[<SealedAttribute>]
type DTS_MANAGED_PROPERTY =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der DTS_MANAGED_PROPERTY-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld bGet Infrastruktur The managed bGet property.
Öffentliches Feld bSensitive Infrastruktur The managed bSensitive property.
Öffentliches Feld bSet Infrastruktur The managed bSet property.
Öffentliches Feld bstrConnectionType Infrastruktur The managed bstrConnectionType property.
Öffentliches Feld bstrName Infrastruktur The managed bstrName property.
Öffentliches Feld bstrTypeConverter Infrastruktur The managed bstrTypeConverter property.
Öffentliches Feld bstrUITypeEditor Infrastruktur The managed bstrUITypeEditor property.
Öffentliches Feld ePropertyKind Infrastruktur The managed ePropertyKind property.
Öffentliches Feld Index Infrastruktur The managed Index property.
Öffentliches Feld vtTYPE Infrastruktur The managed vtTYPE property.
Öffentliches Feld vValue Infrastruktur The managed vValue property.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace