Proprietà ReturnType
Gets the type that is returned by the function.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReturnType As TypeClass
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
A TypeClass value that specifies the type of object that is returned by the function.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche