Udostępnij za pośrednictwem


Konstruktor DataType (SqlDataType, Int32)

Inicjuje nowe wystąpienie DataType klasy na podstawie określonej SQL Server Typ danych z określonej precyzji lub maksymalną długość.

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

Składnia

'Deklaracja
Public Sub New ( _
    sqlDataType As SqlDataType, _
    precisionOrMaxLengthOrScale As Integer _
)
'Użycie
Dim sqlDataType As SqlDataType
Dim precisionOrMaxLengthOrScale As Integer

Dim instance As New DataType(sqlDataType, _
    precisionOrMaxLengthOrScale)
public DataType(
    SqlDataType sqlDataType,
    int precisionOrMaxLengthOrScale
)
public:
DataType(
    SqlDataType sqlDataType, 
    int precisionOrMaxLengthOrScale
)
new : 
        sqlDataType:SqlDataType * 
        precisionOrMaxLengthOrScale:int -> DataType
public function DataType(
    sqlDataType : SqlDataType, 
    precisionOrMaxLengthOrScale : int
)

Parametry

  • precisionOrMaxLengthOrScale
    Typ: System.Int32
    Int32 , Który określa dokładność numeryczną wartość SQL Server typów danych i maksymalna długość tekstu na podstawie SQL Server typów danych.

Przykłady

Visual Basic

Dim dt As DataType
dt = New DataType(SqlDataType.

PowerShell

$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::