ParameterInfo.Id プロパティ

パラメーター ID を取得します。

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

構文

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

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

プロパティ値

型: System.Int64
パラメーター ID。

関連項目

参照

ParameterInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間