言語

ParameterInfo.ID プロパティ

定義

ParameterInfoオブジェクトの識別子であるGUIDを取得します。

public:
 property System::String ^ ID { System::String ^ get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "IDDesc")]
public string ID { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "IDDesc")>]
member this.ID : string
Public ReadOnly Property ID As String

プロパティ値

指定されたオブジェクトの識別子であるGUID。

属性

適用対象