ExecutionOperation.ProjectName プロパティ

定義

プロジェクトの名前を取得します。

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

プロパティ値

プロジェクトの名前です。

属性

適用対象