DataSetDefinition.Name Property

 

Applies To: SQL Server 2016 Preview

The name of the dataset.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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

A String containing the name of the dataset.

See Also

DataSetDefinition Class
ReportService2005 Namespace

Return to top