Image プロパティ

データ型で使用する Image 定義を示すデータ型を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared ReadOnly Property Image As DataType
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
データ型の Image 定義を示す DataType オブジェクト値です。