Udostępnij przez


Właściwość ConnectionManagerMultiFlatFileClass.Format

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat ConnectionManager.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Public Overridable Property Format As String
    Get
    Set
'Użycie
Dim instance As ConnectionManagerMultiFlatFileClass
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)

Wartość właściwości

Typ: System.String

Implementacje

IDTSConnectionManagerFlatFile100.Format