Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the data type of the property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property DataType As UShort
Get
'Usage
Dim instance As IDTSProperty100
Dim value As UShort
value = instance.DataType
ushort DataType { get; }
property unsigned short DataType {
unsigned short get ();
}
abstract DataType : uint16
function get DataType () : ushort
Property Value
Type: System.UInt16
The data type of the property.
Remarks
For more information, see DtsProperty.