Condividi tramite


Proprietà ConnectionManagerFlatFileClass.Format

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the connection format.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property Format As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The connection format.

Implementa

IDTSConnectionManagerFlatFile100.Format

Vedere anche

Riferimento

ConnectionManagerFlatFileClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper