Свойство MethodName
Gets the name of a method.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public ReadOnly Property MethodName As String
Get
'Применение
Dim instance As DTSWebMethodInfo
Dim value As String
value = instance.MethodName
public string MethodName { get; }
public:
property String^ MethodName {
String^ get ();
}
member MethodName : string
function get MethodName () : String
Значение свойства
Тип System. . :: . .String
The name of the method.