FieldSchema 构造函数 (String, Type)
初始化 FieldSchema 类的一个新实例,该实例基于指定名称和数据类型。
命名空间: Microsoft.Synchronization.MetadataStorage
程序集: Microsoft.Synchronization.MetadataStorage(在 microsoft.synchronization.metadatastorage.dll 中)
语法
声明
Public Sub New ( _
name As String, _
dataType As Type _
)
用法
Dim name As String
Dim dataType As Type
Dim instance As New FieldSchema(name, dataType)
public FieldSchema (
string name,
Type dataType
)
public:
FieldSchema (
String^ name,
Type^ dataType
)
public FieldSchema (
String name,
Type dataType
)
public function FieldSchema (
name : String,
dataType : Type
)
参数
- name
- dataType
字段的数据类型。必须是有效的值类型。
异常
异常类型 | 条件 |
---|---|
name 为 null 引用(在 Visual Basic 中为 Nothing),或 dataType 为 null 引用(在 Visual Basic 中为 Nothing)。 |
|
name 的长度为 0。 |
|
dataType 不是一种值类型,或其类型为 System.Guid。 |
备注
这种形式的构造函数会将 MaxLength 设置为 dataType 的大小(以字节为单位)。
请参阅
参考
FieldSchema 类
FieldSchema 成员
Microsoft.Synchronization.MetadataStorage 命名空间