Condividi tramite


Proprietà IDTSExtendedProperty100.DataType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see ExtendedProperty.

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

Sintassi

'Dichiarazione
ReadOnly Property DataType As Integer 
    Get
'Utilizzo
Dim instance As IDTSExtendedProperty100 
Dim value As Integer 

value = instance.DataType
int DataType { get; }
property int DataType {
    int get ();
}
abstract DataType : int
function get DataType () : int

Valore proprietà

Tipo: System.Int32

Vedere anche

Riferimento

IDTSExtendedProperty100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper