Udostępnij przez


Właściwość ComponentMetadata.ComponentId

Pobiera lub ustawia identyfikator unikatowy składnik składnik Report Part.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ComponentId As Nullable(Of Guid)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Nullable<Guid>
A Nullable<T> obiektu.