ParameterInfo.Name Property

Definition

Gets the name of the ParameterInfo object.

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

Property Value

The name of the specified object.

Attributes

Applies to