ReceivedType Propiedad
Gets the type that was received by the function.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property ReceivedType As String
Get
'Uso
Dim instance As FunctionWrongArgumentTypeException
Dim value As String
value = instance.ReceivedType
public string ReceivedType { get; }
public:
property String^ ReceivedType {
String^ get ();
}
member ReceivedType : string
function get ReceivedType () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the type that was received by the function.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.