ConnectionManagerFlatFileClass Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a connection manager flat file class.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

System::Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012::ConnectionManagerFlatFileClass

[GuidAttribute("7CF11672-1DE0-45AC-9123-A22AB7910897")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)]
public ref class ConnectionManagerFlatFileClass : IDTSConnectionManager100, 
	ConnectionManagerFlatFile, IDTSConnectionManagerFlatFile100, 
	IDTSConnectionManagerFile100

NameDescription
System_CAPS_pubmethodConnectionManagerFlatFileClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ConnectionManagerFlatFileClass class.

NameDescription
System_CAPS_pubpropertyAlwaysCheckForRowDelimiters

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the connection always check for row delimiters.

System_CAPS_pubpropertyCodePage

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the code page for the connection.

System_CAPS_pubpropertyColumnNamesInFirstDataRow

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the column names is in first row.

System_CAPS_pubpropertyColumns

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the collection of columns from the connection.

System_CAPS_pubpropertyConnectionString

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the connection string used to establish a connection to a data source.

System_CAPS_pubpropertyDataRowsToSkip

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the data rows to skip from the connection.

System_CAPS_pubpropertyFileUsageType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the file connection usage type.

System_CAPS_pubpropertyFormat

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the connection format.

System_CAPS_pubpropertyHeaderRowDelimiter

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the header row delimiter.

System_CAPS_pubpropertyHeaderRowsToSkip

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the header rows to skip from the connection.

System_CAPS_pubpropertyLocaleID

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the locale identifier of the connection.

System_CAPS_pubpropertyProtectionLevel

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the level of encryption performed on sensitive data that is contained in the package.

System_CAPS_pubpropertyRowDelimiter

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the row delimiter.

System_CAPS_pubpropertyScope

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the scope for the connection.

System_CAPS_pubpropertySupportsDTCTransactions

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value that indicates whether the connection supports DTC transactions.

System_CAPS_pubpropertyTextQualifier

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the text qualifier of the current instance.

System_CAPS_pubpropertyUnicode

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the connection supports Unicode functionality.

NameDescription
System_CAPS_pubmethodAcquireConnection(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an instance of the connection type.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReleaseConnection(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Frees the connection established during AcquireConnection.

System_CAPS_pubmethodSetQualifier(String^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(IDTSInfoEvents100^)

This API supports the product infrastructure and is not intended to be used directly from your code.

Validates the connection and returns an enumeration that indicates success or failure.

For more information, see ConnectionManager.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: