ItemReferenceData.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the referenced catalog item in an item definition.

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

The name of the referenced catalog item in an item definition.

See Also

ItemReferenceData Class
ReportService2010 Namespace

Return to top