Freigeben über


IDTSProperty100-Schnittstelle

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
Öffentliche Eigenschaft ConnectionType Infrastruktur Gets the name of the connection manager used to create the connection.
Öffentliche Eigenschaft DataType Infrastruktur Gets the data type of the property.
Öffentliche Eigenschaft Get Infrastruktur Gets a value that indicates whether a property value can be read.
Öffentliche Eigenschaft Name Infrastruktur Gets the name of the property.
Öffentliche Eigenschaft PropertyKind Infrastruktur Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Öffentliche Eigenschaft Set Infrastruktur Gets a value that indicates whether the referenced object property is changeable.
Öffentliche Eigenschaft TypeConverter Infrastruktur Gets the assembly-qualified type name of the type converter object for the property.
Öffentliche Eigenschaft UITypeEditor Infrastruktur Gets the assembly-qualified type name of the graphical editor for the property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetExport Infrastruktur Indicates a value whether the object can be exported.
Öffentliche Methode GetExpression Infrastruktur Gets the expression for the specified object.
Öffentliche Methode GetPackagePath Infrastruktur Gets the relative path to the location of the specified package.
Öffentliche Methode GetValue Infrastruktur Returns the value of the property.
Öffentliche Methode SetExport Infrastruktur Sets the export flag for the specified object.
Öffentliche Methode SetExpression Infrastruktur Assigns the specified expression to the object.
Öffentliche Methode SetValue Infrastruktur Sets the value of the property.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace