Свойство DataSetInfo.SchemaPath
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the path of the schema.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property SchemaPath As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The path of the schema.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel