Partager via


Interface IDTSProperty100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface for the DtsProperty object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Utilisation
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

Le type IDTSProperty100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConnectionType Infrastructure. Gets the name of the connection manager used to create the connection.
Propriété publique DataType Infrastructure. Gets the data type of the property.
Propriété publique Get Infrastructure. Gets a value that indicates whether a property value can be read.
Propriété publique Name Infrastructure. Gets the name of the property.
Propriété publique PropertyKind Infrastructure. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Propriété publique Set Infrastructure. Gets a value that indicates whether the referenced object property is changeable.
Propriété publique TypeConverter Infrastructure. Gets the assembly-qualified type name of the type converter object for the property.
Propriété publique UITypeEditor Infrastructure. Gets the assembly-qualified type name of the graphical editor for the property.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetExport Infrastructure. Indicates a value whether the object can be exported.
Méthode publique GetExpression Infrastructure. Gets the expression for the specified object.
Méthode publique GetPackagePath Infrastructure. Gets the relative path to the location of the specified package.
Méthode publique GetValue Infrastructure. Returns the value of the property.
Méthode publique SetExport Infrastructure. Sets the export flag for the specified object.
Méthode publique SetExpression Infrastructure. Assigns the specified expression to the object.
Méthode publique SetValue Infrastructure. Sets the value of the property.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper