Share via


IDTSProperty100 Interfaz

Definición

Representa una interfaz para el objeto DtsProperty.

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
Atributos

Propiedades

ConnectionType

Obtiene el nombre del administrador de conexiones usado para crear la conexión.

DataType

Obtiene el tipo de datos de la propiedad.

Get

Obtiene un valor que indica si se puede leer un valor de propiedad.

Name

Obtiene el nombre de la propiedad.

PropertyKind

Obtiene la enumeración DTSPropertyKind que contiene información sobre los atributos personalizados de una propiedad.

Set

Obtiene un valor que indica si la propiedad de objeto a la que se hace referencia se puede cambiar.

TypeConverter

Obtiene el nombre de tipo, calificado mediante el nombre del ensamblado, del objeto convertidor de tipos para la propiedad.

UITypeEditor

Obtiene el nombre de tipo, calificado mediante el nombre del ensamblado, del editor gráfico para la propiedad.

Métodos

GetExport(Object)

Indica un valor que indica si el objeto se puede exportar.

GetExpression(Object)

Obtiene la expresión para el objeto especificado.

GetPackagePath(Object)

Obtiene la ruta de acceso relativa a la ubicación del paquete especificado.

GetValue(Object)

Devuelve el valor de la propiedad.

SetExport(Object, Boolean)

Establece la marca de exportación para el objeto especificado.

SetExpression(Object, String)

Asigna al objeto la expresión especificada.

SetValue(Object, Object)

Establece el valor de la propiedad.

Se aplica a