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