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