VectorData 類別
Represents vector data for a map spatial element.
繼承階層
System.Object
Microsoft.ReportingServices.RdlObjectModel.VectorData
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Class VectorData _
Implements IXmlSerializable
'用途
Dim instance As VectorData
public class VectorData : IXmlSerializable
public ref class VectorData : IXmlSerializable
type VectorData =
class
interface IXmlSerializable
end
public class VectorData implements IXmlSerializable
VectorData 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
VectorData() | Initializes a new instance of the VectorData class. |
![]() |
VectorData(array<Byte[]) | Initializes a new instance of the VectorData class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
Bytes | Gets or sets the vector data. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
運算子
名稱 | 說明 | |
---|---|---|
![]() ![]() |
Implicit(array<Byte[] to VectorData) | Converts a byte array to a VectorData. |
![]() ![]() |
Implicit(VectorData to array<Byte[]) | Converts a VectorData to a byte array. |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema | Gets the xml schema. |
![]() ![]() |
IXmlSerializable.ReadXml | Reads xml format of the vector data. |
![]() ![]() |
IXmlSerializable.WriteXml | Writes xml format of the vector data. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。