ValidationOperation.FolderName プロパティ

フォルダーの名前を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property FolderName As String 
    Get
'使用
Dim instance As ValidationOperation 
Dim value As String 

value = instance.FolderName
[SfcPropertyAttribute(Data = true)]
public string FolderName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ FolderName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member FolderName : string
function get FolderName () : String

プロパティ値

型: System.String
フォルダーの名前。

関連項目

参照

ValidationOperation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間