SystemDataTypeLookupBase.Image Property
Gets the ISystemDataType object that represents the image data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public ReadOnly Property Image As ISystemDataType
Get
'Usage
Dim instance As SystemDataTypeLookupBase
Dim value As ISystemDataType
value = instance.Image
public ISystemDataType Image { get; }
public:
property ISystemDataType^ Image {
ISystemDataType^ get ();
}
member Image : ISystemDataType
function get Image () : ISystemDataType
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the image data type.