Propriedade do RDL DataType
Gets or sets the scalar data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Property DataType As IScalarDataType
Get
Set
'Uso
Dim instance As IMutableScalar
Dim value As IScalarDataType
value = instance.DataType
instance.DataType = value
IScalarDataType DataType { get; set; }
property IScalarDataType^ DataType {
IScalarDataType^ get ();
void set (IScalarDataType^ value);
}
abstract DataType : IScalarDataType with get, set
function get DataType () : IScalarDataType
function set DataType (value : IScalarDataType)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The IScalarDataType value that represents the scalar data type.
Implementa
Consulte também