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

指定したオブジェクトの名前。

属性

適用対象