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