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

プロパティ値

電話をかけた人の名前。

属性

適用対象