ParameterInfo.ObjectName Property

Definition

The description of the parameter.

public:
 property System::String ^ ObjectName { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public string ObjectName { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ObjectName : string
Public ReadOnly Property ObjectName As String

Property Value

The object name.

Attributes

Applies to