Compartilhar via


Propriedade do RDL ConnectionManagerMultiFlatFileClass.Format

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the data format in the file.

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

Sintaxe

'Declaração
Public Overridable Property Format As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The file data format.

Implementa

IDTSConnectionManagerFlatFile100.Format

Consulte também

Referência

ConnectionManagerMultiFlatFileClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper