Compartir a través de


Interfaz IDTSProperty100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface for the DtsProperty object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Uso
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

El tipo IDTSProperty100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConnectionType Infraestructura. Gets the name of the connection manager used to create the connection.
Propiedad pública DataType Infraestructura. Gets the data type of the property.
Propiedad pública Get Infraestructura. Gets a value that indicates whether a property value can be read.
Propiedad pública Name Infraestructura. Gets the name of the property.
Propiedad pública PropertyKind Infraestructura. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Propiedad pública Set Infraestructura. Gets a value that indicates whether the referenced object property is changeable.
Propiedad pública TypeConverter Infraestructura. Gets the assembly-qualified type name of the type converter object for the property.
Propiedad pública UITypeEditor Infraestructura. Gets the assembly-qualified type name of the graphical editor for the property.

Arriba

Métodos

  Nombre Descripción
Método público GetExport Infraestructura. Indicates a value whether the object can be exported.
Método público GetExpression Infraestructura. Gets the expression for the specified object.
Método público GetPackagePath Infraestructura. Gets the relative path to the location of the specified package.
Método público GetValue Infraestructura. Returns the value of the property.
Método público SetExport Infraestructura. Sets the export flag for the specified object.
Método público SetExpression Infraestructura. Assigns the specified expression to the object.
Método público SetValue Infraestructura. Sets the value of the property.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper