Compartilhar via


Propriedade do RDL Operation.CallerName

Gets the name of the caller.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.String
The name of the caller.

Consulte também

Referência

Operation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices