共用方式為


UId 屬性

Gets or sets the globally unique ID for the collection set.

命名空間:  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
A Guid value that is the GUID for the collection set.

備註

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