ParameterInfo.ProjectId プロパティ

パラメーターのプロジェクト ID を取得します。

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

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ProjectId As Long 
    Get
'使用
Dim instance As ParameterInfo 
Dim value As Long 

value = instance.ProjectId
[SfcPropertyAttribute(Data = true)]
public long ProjectId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property long long ProjectId {
    long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ProjectId : int64
function get ProjectId () : long

プロパティ値

型: System.Int64
プロジェクト ID。

関連項目

参照

ParameterInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間