Partager via


Propriété SchemaPath

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

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
A string value.