Condividi tramite


Interfaccia IDTSProperty100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the DtsProperty object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSProperty100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ConnectionType Infrastruttura. Gets the name of the connection manager used to create the connection.
Proprietà pubblica DataType Infrastruttura. Gets the data type of the property.
Proprietà pubblica Get Infrastruttura. Gets a value that indicates whether a property value can be read.
Proprietà pubblica Name Infrastruttura. Gets the name of the property.
Proprietà pubblica PropertyKind Infrastruttura. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.
Proprietà pubblica Set Infrastruttura. Gets a value that indicates whether the referenced object property is changeable.
Proprietà pubblica TypeConverter Infrastruttura. Gets the assembly-qualified type name of the type converter object for the property.
Proprietà pubblica UITypeEditor Infrastruttura. Gets the assembly-qualified type name of the graphical editor for the property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetExport Infrastruttura. Indicates a value whether the object can be exported.
Metodo pubblico GetExpression Infrastruttura. Gets the expression for the specified object.
Metodo pubblico GetPackagePath Infrastruttura. Gets the relative path to the location of the specified package.
Metodo pubblico GetValue Infrastruttura. Returns the value of the property.
Metodo pubblico SetExport Infrastruttura. Sets the export flag for the specified object.
Metodo pubblico SetExpression Infrastruttura. Assigns the specified expression to the object.
Metodo pubblico SetValue Infrastruttura. Sets the value of the property.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper