ParameterInfo.ID 属性

定义

获取作为 GUID 的 ParameterInfo 对象的标识符。

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 的指定对象的标识符。

属性

适用于