UId 属性

获取或设置收集组的全局唯一 ID。

命名空间:  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.