Partilhar via


Propriedade Format

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

This interface is used by the native connection managers. For more information, see ConnectionManagerFlatFileClass and ConnectionManagerMultiFlatFileClass.

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

Sintaxe

'Declaração
Property Format As String
    Get
    Set
'Uso
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As String

value = instance.Format

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

Valor da propriedade

Tipo: System. . :: . .String