Compartir a través de


Format Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String