Interface IDTSProperty100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface for the DtsProperty object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<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
O tipo IDTSProperty100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ConnectionType | Infraestrutura. Gets the name of the connection manager used to create the connection. | |
DataType | Infraestrutura. Gets the data type of the property. | |
Get | Infraestrutura. Gets a value that indicates whether a property value can be read. | |
Name | Infraestrutura. Gets the name of the property. | |
PropertyKind | Infraestrutura. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. | |
Set | Infraestrutura. Gets a value that indicates whether the referenced object property is changeable. | |
TypeConverter | Infraestrutura. Gets the assembly-qualified type name of the type converter object for the property. | |
UITypeEditor | Infraestrutura. Gets the assembly-qualified type name of the graphical editor for the property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetExport | Infraestrutura. Indicates a value whether the object can be exported. | |
GetExpression | Infraestrutura. Gets the expression for the specified object. | |
GetPackagePath | Infraestrutura. Gets the relative path to the location of the specified package. | |
GetValue | Infraestrutura. Returns the value of the property. | |
SetExport | Infraestrutura. Sets the export flag for the specified object. | |
SetExpression | Infraestrutura. Assigns the specified expression to the object. | |
SetValue | Infraestrutura. Sets the value of the property. |
Início