Freigeben über


DataSetInfo.SchemaPath-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: System.String
The path of the schema.

Siehe auch

Verweis

DataSetInfo Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace