Share via


SystemDataTypeLookupBase.Money Property

Gets the ISystemDataType object that represents the money data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public ReadOnly Property Money As ISystemDataType
    Get
'Usage
Dim instance As SystemDataTypeLookupBase
Dim value As ISystemDataType

value = instance.Money
public ISystemDataType Money { get; }
public:
property ISystemDataType^ Money {
    ISystemDataType^ get ();
}
member Money : ISystemDataType
function get Money () : ISystemDataType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the money data type.