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 | |
---|---|---|
ConnectionType | Infraestructura. Gets the name of the connection manager used to create the connection. | |
DataType | Infraestructura. Gets the data type of the property. | |
Get | Infraestructura. Gets a value that indicates whether a property value can be read. | |
Name | Infraestructura. Gets the name of the property. | |
PropertyKind | Infraestructura. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. | |
Set | Infraestructura. Gets a value that indicates whether the referenced object property is changeable. | |
TypeConverter | Infraestructura. Gets the assembly-qualified type name of the type converter object for the property. | |
UITypeEditor | Infraestructura. Gets the assembly-qualified type name of the graphical editor for the property. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
GetExport | Infraestructura. Indicates a value whether the object can be exported. | |
GetExpression | Infraestructura. Gets the expression for the specified object. | |
GetPackagePath | Infraestructura. Gets the relative path to the location of the specified package. | |
GetValue | Infraestructura. Returns the value of the property. | |
SetExport | Infraestructura. Sets the export flag for the specified object. | |
SetExpression | Infraestructura. Assigns the specified expression to the object. | |
SetValue | Infraestructura. Sets the value of the property. |
Arriba