IMutableScalar Interface
Represents a mutable scalar metadata object.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DataType | Gets or sets the scalar data type. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Nullable | A value that specifies whether an object is nullable. |
![]() | ScalarType | Gets the scalar type.(Inherited from IScalar.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

