Proprietà DataSetInfo.SchemaPath
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the path of the schema.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property SchemaPath As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The path of the schema.