ComponentId 屬性
Gets or sets the unique identifier of the report part.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ComponentId As Nullable(Of Guid)
Get
Set
'用途
Dim instance As ComponentMetadata
Dim value As Nullable(Of Guid)
value = instance.ComponentId
instance.ComponentId = value
public Nullable<Guid> ComponentId { get; set; }
public:
property Nullable<Guid> ComponentId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ComponentId : Nullable<Guid> with get, set
function get ComponentId () : Nullable<Guid>
function set ComponentId (value : Nullable<Guid>)
屬性值
型別:System. . :: . .Nullable< (Of < ( <'Guid> ) > ) >
A Nullable<(Of <(<'T>)>)> object.