Compartir a través de


FunctionWrongArgumentsNumberException.FunctionName Propiedad

Gets the name of the function that caused the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property FunctionName As String 
    Get
'Uso
Dim instance As FunctionWrongArgumentsNumberException 
Dim value As String 

value = instance.FunctionName
public string FunctionName { get; }
public:
property String^ FunctionName {
    String^ get ();
}
member FunctionName : string
function get FunctionName () : String

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the function.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

FunctionWrongArgumentsNumberException Clase

Espacio de nombres Microsoft.SqlServer.Management.Dmf