다음을 통해 공유


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

지정한 개체의 이름입니다.

특성

적용 대상