Свойство FunctionName
Gets the name of the function that is associated with the exception.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public ReadOnly Property FunctionName As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String value that specifies the name of the function that is associated with the exception.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также