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.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents an interface for the DtsProperty object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Usage
Dim instance As IDTSProperty100
[GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface IDTSProperty100
[GuidAttribute(L"CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")]
public interface class IDTSProperty100
[<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")>]
type IDTSProperty100 = interface end
public interface IDTSProperty100
Der IDTSProperty100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
ConnectionType | Infrastruktur Gets the name of the connection manager used to create the connection. |
![]() |
DataType | Infrastruktur Gets the data type of the property. |
![]() |
Get | Infrastruktur Gets a value that indicates whether a property value can be read. |
![]() |
Name | Infrastruktur Gets the name of the property. |
![]() |
PropertyKind | Infrastruktur Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. |
![]() |
Set | Infrastruktur Gets a value that indicates whether the referenced object property is changeable. |
![]() |
TypeConverter | Infrastruktur Gets the assembly-qualified type name of the type converter object for the property. |
![]() |
UITypeEditor | Infrastruktur Gets the assembly-qualified type name of the graphical editor for the property. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetExport | Infrastruktur Indicates a value whether the object can be exported. |
![]() |
GetExpression | Infrastruktur Gets the expression for the specified object. |
![]() |
GetPackagePath | Infrastruktur Gets the relative path to the location of the specified package. |
![]() |
GetValue | Infrastruktur Returns the value of the property. |
![]() |
SetExport | Infrastruktur Sets the export flag for the specified object. |
![]() |
SetExpression | Infrastruktur Assigns the specified expression to the object. |
![]() |
SetValue | Infrastruktur Sets the value of the property. |
Zum Anfang
.gif)
.gif)