Operation.CallerName プロパティ

定義

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

public:
 property System::String ^ CallerName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Caller Name")]
[System.ComponentModel.ReadOnly(true)]
public string CallerName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Caller Name")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.CallerName : string
Public ReadOnly Property CallerName As String

プロパティ値

呼び出し元の名前。

属性

適用対象