Udostępnij za pośrednictwem


Konstruktor DataType

Inicjuje nowe wystąpienie DataType klasy

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New
'Użycie

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

Uwagi

Konstruktor domyślny inicjuje pola z użyciem ich wartości domyślnych.

Przykłady

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