Operation.CallerName プロパティ

呼び出し元の名前を取得します。

名前空間:  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
呼び出し元の名前。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間