Udostępnij za pośrednictwem


ConnectionManagerFlatFileClass.Format Property

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

Gets or sets the connection format.

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

Syntax

'Declaration
Public Overridable Property Format As String 
    Get 
    Set
'Usage
Dim instance As ConnectionManagerFlatFileClass 
Dim value As String 

value = instance.Format

instance.Format = value
public virtual string Format { get; set; }
public:
virtual property String^ Format {
    String^ get ();
    void set (String^ value);
}
abstract Format : string with get, set 
override Format : string with get, set
function get Format () : String 
function set Format (value : String)

Property Value

Type: System.String
The connection format.

Implements

IDTSConnectionManagerFlatFile100.Format

See Also

Reference

ConnectionManagerFlatFileClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace