共用方式為


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