Condividi tramite


Proprietà Operation.CallerName

Gets the name of the caller.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
The name of the caller.

Vedere anche

Riferimento

Operation Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices