Partilhar via


Propriedade do RDL ReturnType

Gets the type that is returned by the function.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public ReadOnly Property ReturnType As TypeClass
    Get
'Uso
Dim instance As ExpressionNodeFunction
Dim value As TypeClass

value = instance.ReturnType
public TypeClass ReturnType { get; }
public:
property TypeClass ReturnType {
    TypeClass get ();
}
member ReturnType : TypeClass
function get ReturnType () : TypeClass

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
A TypeClass value that specifies the type of object that is returned by the function.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.