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

속성 값

프로젝트의 이름입니다.

특성

적용 대상