Compartilhar via


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
Propriedade pública ConnectionType Infraestrutura. Gets the name of the connection manager used to create the connection.
Propriedade pública DataType Infraestrutura. Gets the data type of the property.
Propriedade pública Get Infraestrutura. Gets a value that indicates whether a property value can be read.
Propriedade pública Name Infraestrutura. Gets the name of the property.
Propriedade pública PropertyKind Infraestrutura. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Propriedade pública Set Infraestrutura. Gets a value that indicates whether the referenced object property is changeable.
Propriedade pública TypeConverter Infraestrutura. Gets the assembly-qualified type name of the type converter object for the property.
Propriedade pública UITypeEditor Infraestrutura. Gets the assembly-qualified type name of the graphical editor for the property.

Início

Métodos

  Nome Descrição
Método público GetExport Infraestrutura. Indicates a value whether the object can be exported.
Método público GetExpression Infraestrutura. Gets the expression for the specified object.
Método público GetPackagePath Infraestrutura. Gets the relative path to the location of the specified package.
Método público GetValue Infraestrutura. Returns the value of the property.
Método público SetExport Infraestrutura. Sets the export flag for the specified object.
Método público SetExpression Infraestrutura. Assigns the specified expression to the object.
Método público SetValue Infraestrutura. Sets the value of the property.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper