Share via


ValidationOperation.ProjectName プロパティ

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

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

構文

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

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

プロパティ値

型: System.String
プロジェクトの名前。

関連項目

参照

ValidationOperation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間