Partager via


Propriété DataSetInfo.SchemaPath

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the path of the schema.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SchemaPath As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The path of the schema.

Voir aussi

Référence

DataSetInfo Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel