Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
dbType As SqlDbType, _
precision As Byte, _
scale As Byte _
)
'Usage
Dim name As String
Dim dbType As SqlDbType
Dim precision As Byte
Dim scale As Byte
Dim instance As New SqlMetaData(name, dbType, _
precision, scale)
public SqlMetaData(
string name,
SqlDbType dbType,
byte precision,
byte scale
)
public:
SqlMetaData(
String^ name,
SqlDbType dbType,
unsigned char precision,
unsigned char scale
)
new :
name:string *
dbType:SqlDbType *
precision:byte *
scale:byte -> SqlMetaData
public function SqlMetaData(
name : String,
dbType : SqlDbType,
precision : byte,
scale : byte
)
Parameters
- name
Type: System.String
- dbType
Type: System.Data.SqlDbType
- precision
Type: System.Byte
- scale
Type: System.Byte