Udostępnij za pośrednictwem


Właściwość DataType.Image

Pobiera typ danych, który określa obrazu 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 Image As DataType
    Get
'Użycie
Dim value As DataType

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

Wartość właściwości

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

Przykłady

Visual Basic

Dim d As DataType
d = New DataType(SqlDataType.Image)

PowerShell

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