次の方法で共有


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

プロパティ値

String

指定したオブジェクトの識別子 (GUID)。

属性

適用対象