Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface for the DtsProperty object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("CB1A1884-1A6D-47CB-9A1F-509B1C7BAF5A")> _
Public Interface IDTSProperty100
'Usage
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
The IDTSProperty100 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ConnectionType | Infrastructure. Gets the name of the connection manager used to create the connection. |
![]() |
DataType | Infrastructure. Gets the data type of the property. |
![]() |
Get | Infrastructure. Gets a value that indicates whether a property value can be read. |
![]() |
Name | Infrastructure. Gets the name of the property. |
![]() |
PropertyKind | Infrastructure. Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. |
![]() |
Set | Infrastructure. Gets a value that indicates whether the referenced object property is changeable. |
![]() |
TypeConverter | Infrastructure. Gets the assembly-qualified type name of the type converter object for the property. |
![]() |
UITypeEditor | Infrastructure. Gets the assembly-qualified type name of the graphical editor for the property. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetExport | Infrastructure. Indicates a value whether the object can be exported. |
![]() |
GetExpression | Infrastructure. Gets the expression for the specified object. |
![]() |
GetPackagePath | Infrastructure. Gets the relative path to the location of the specified package. |
![]() |
GetValue | Infrastructure. Returns the value of the property. |
![]() |
SetExport | Infrastructure. Sets the export flag for the specified object. |
![]() |
SetExpression | Infrastructure. Assigns the specified expression to the object. |
![]() |
SetValue | Infrastructure. Sets the value of the property. |
Top
.gif)
.gif)