Freigeben über


IDTSProperty100-Schnittstelle

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

For more information, see DtsProperty.

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

Syntax

'Declaration
<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")> _
Public Interface IDTSProperty100
'Usage
Dim instance As IDTSProperty100
[GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface IDTSProperty100
[GuidAttribute(L"A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")]
public interface class IDTSProperty100
[<GuidAttribute("A5B0ADE5-7E4A-45D3-A538-0E6922CAC23A")>]
type IDTSProperty100 =  interface end
public interface IDTSProperty100

Der IDTSProperty100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionType Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft DataType Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft Get Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft Name Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft PropertyKind Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft Set Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft TypeConverter Infrastruktur For more information, see DtsProperty.
Öffentliche Eigenschaft UITypeEditor Infrastruktur For more information, see DtsProperty.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetExport Infrastruktur For more information, see DtsProperty.
Öffentliche Methode GetExpression Infrastruktur For more information, see DtsProperty.
Öffentliche Methode GetPackagePath Infrastruktur For more information, see DtsProperty.
Öffentliche Methode GetValue Infrastruktur For more information, see DtsProperty.
Öffentliche Methode SetExport Infrastruktur For more information, see DtsProperty.
Öffentliche Methode SetExpression Infrastruktur For more information, see DtsProperty.
Öffentliche Methode SetValue Infrastruktur For more information, see DtsProperty.

Zum Anfang