FunctionNotASmoObjectException.FunctionName Propiedad
Gets the name of the function that is associated with 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 FunctionNotASmoObjectException
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 that is associated with the exception.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.