Udostępnij za pośrednictwem


Właściwość DataType.SysName

Pobiera typ danych, który określa SysName definicja używana w typie danych.

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

Składnia

'Deklaracja
Public Shared ReadOnly Property SysName As DataType
    Get
'Użycie
Dim value As DataType

value = DataType.SysName
public static DataType SysName { get; }
public:
static property DataType^ SysName {
    DataType^ get ();
}
static member SysName : DataType
static function get SysName () : DataType

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.DataType
A DataType Określa wartość obiektu SysName definicji typu danych.

Przykłady

Visual Basic

Dim dt As DataType
dt = New DataType(SqlDataType.SysName)

PowerShell

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