Freigeben über


Format-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

For more information, see ConnectionManager.

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 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)

Eigenschaftenwert

Typ: System. . :: . .String

Implementiert

IDTSConnectionManagerFlatFile100. . :: . .Format