Свойство UId

Возвращает или задает глобальный уникальный идентификатор набора элементов сбора.

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property UId As Guid
    Get
    Set
'Применение
Dim instance As CollectionSet
Dim value As Guid

value = instance.UId

instance.UId = value
[SfcPropertyAttribute]
public Guid UId { get; set; }
[SfcPropertyAttribute]
public:
property Guid UId {
    Guid get ();
    void set (Guid value);
}
[<SfcPropertyAttribute>]
member UId : Guid with get, set
function get UId () : Guid
function set UId (value : Guid)

Значение свойства

Тип: System. . :: . .Guid
Значение Guid, являющееся идентификатором GUID для набора элементов сбора.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.