Свойство Operation.CallerName

Gets the name of the caller.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CallerName As String 
    Get
'Применение
Dim instance As Operation 
Dim value As String 

value = instance.CallerName
[SfcPropertyAttribute(Data = true)]
public string CallerName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ CallerName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member CallerName : string
function get CallerName () : String

Значение свойства

Тип: System.String
The name of the caller.

См. также

Справочник

Operation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices