ExecutionOperation.FolderName 속성

정의

폴더의 이름을 가져옵니다.

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

속성 값

폴더 이름입니다.

특성

적용 대상