Proprietà CodePage

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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

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

Sintassi

'Dichiarazione
Property CodePage As Integer
    Get
    Set
'Utilizzo
Dim instance As IDTSConnectionManagerFlatFile100
Dim value As Integer

value = instance.CodePage

instance.CodePage = value
int CodePage { get; set; }
property int CodePage {
    int get ();
    void set (int value);
}
abstract CodePage : int with get, set
function get CodePage () : int
function set CodePage (value : int)

Valore proprietà

Tipo: System. . :: . .Int32