Sdílet prostřednictvím


DataSetInfo.SchemaPath Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the path of the schema.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SchemaPath As String 
    Get 
    Set
'Usage
Dim instance As DataSetInfo 
Dim value As String 

value = instance.SchemaPath

instance.SchemaPath = value
public string SchemaPath { get; set; }
public:
property String^ SchemaPath {
    String^ get ();
    void set (String^ value);
}
member SchemaPath : string with get, set
function get SchemaPath () : String 
function set SchemaPath (value : String)

Property Value

Type: System.String
The path of the schema.

See Also

Reference

DataSetInfo Class

Microsoft.ReportingServices.RdlObjectModel Namespace