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, _
maxLength As Long _
)
'Usage
Dim name As String
Dim dbType As SqlDbType
Dim maxLength As Long
Dim instance As New SqlMetaData(name, dbType, _
maxLength)
public SqlMetaData(
string name,
SqlDbType dbType,
long maxLength
)
public:
SqlMetaData(
String^ name,
SqlDbType dbType,
long long maxLength
)
new :
name:string *
dbType:SqlDbType *
maxLength:int64 -> SqlMetaData
public function SqlMetaData(
name : String,
dbType : SqlDbType,
maxLength : long
)
Parameters
- name
Type: System.String
- dbType
Type: System.Data.SqlDbType
- maxLength
Type: System.Int64