DataType 构造函数

Initializes a new instance of the DataType class.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New
用法

Dim instance As New DataType()
public DataType()
public:
DataType()
new : unit -> DataType
public function DataType()

注释

默认构造函数将所有字段初始化为默认值。

示例

Visual Basic

'Declare and create a DataType object variable.
Dim dt As DataType
dt = New DataType

PowerShell

$dt = new-object Microsoft.SqlServer.Management.Smo.DataType