다음을 통해 공유


ParameterInfo.CreationName 속성

정의

ParameterInfo 개체를 만드는 데 사용되는 이름을 가져옵니다.

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

속성 값

String

ParameterInfo 개체를 만드는 데 사용되는 이름입니다.

특성

적용 대상