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.

For more information, see ConnectionManager.

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

Sintaxis

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

Tipo: System. . :: . .String

Implementa

IDTSConnectionManagerFlatFile100. . :: . .Format