ParameterInfo.Name 属性

定义

获取 ParameterInfo 对象的名称。

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

属性值

String

指定对象的名称。

属性

适用于