Compartir a través de


Operation.CallerName Propiedad

Gets the name of the caller.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CallerName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The name of the caller.

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices