Propriedade do RDL ReturnType
Gets the scalar data type of the module return value.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property ReturnType As IScalarDataType
Get
'Uso
Dim instance As ICallableModule
Dim value As IScalarDataType
value = instance.ReturnType
IScalarDataType ReturnType { get; }
property IScalarDataType^ ReturnType {
IScalarDataType^ get ();
}
abstract ReturnType : IScalarDataType
function get ReturnType () : IScalarDataType
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarDataType
The scalar data type of the module return value.
Consulte também