MapSpatialDataSetInstance-Klasse
Represents an instance type of the MapSpatialDataSet class and contains the calculated values of the properties in MapSpatialDataSet.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataSetInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapSpatialDataSetInstance _
Inherits MapSpatialDataInstance
'Usage
Dim instance As MapSpatialDataSetInstance
public sealed class MapSpatialDataSetInstance : MapSpatialDataInstance
public ref class MapSpatialDataSetInstance sealed : public MapSpatialDataInstance
[<SealedAttribute>]
type MapSpatialDataSetInstance =
class
inherit MapSpatialDataInstance
end
public final class MapSpatialDataSetInstance extends MapSpatialDataInstance
Der MapSpatialDataSetInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
DataSetName | Gets the calculated value of the DataSetName property in a MapSpatialDataSet class. | |
SpatialField | Gets the calculated value of the SpatialField property in a MapSpatialDataSet class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace