IDTSProperty100 Interface

Definition

Represents an interface for the DtsProperty object.

public interface class IDTSProperty100
[System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")]
public interface IDTSProperty100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")]
public interface IDTSProperty100
[<System.Runtime.InteropServices.Guid("566AE6D3-5019-4E9E-A025-3FB8D9E0AA57")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0E28AC8D-380D-459E-BFF1-FC4067EEE410")>]
type IDTSProperty100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C13D7713-96C4-43F7-A6B9-AADC1408F9C8")>]
type IDTSProperty100 = interface
Public Interface IDTSProperty100
Attributes

Properties

ConnectionType

Gets the name of the connection manager used to create the connection.

DataType

Gets the data type of the property.

Get

Gets a value that indicates whether a property value can be read.

Name

Gets the name of the property.

PropertyKind

Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property.

Set

Gets a value that indicates whether the referenced object property is changeable.

TypeConverter

Gets the assembly-qualified type name of the type converter object for the property.

UITypeEditor

Gets the assembly-qualified type name of the graphical editor for the property.

Methods

GetExport(Object)

Indicates a value whether the object can be exported.

GetExpression(Object)

Gets the expression for the specified object.

GetPackagePath(Object)

Gets the relative path to the location of the specified package.

GetValue(Object)

Returns the value of the property.

SetExport(Object, Boolean)

Sets the export flag for the specified object.

SetExpression(Object, String)

Assigns the specified expression to the object.

SetValue(Object, Object)

Sets the value of the property.

Applies to