다음을 통해 공유


CollectionSet.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.

참고 항목

참조

CollectionSet 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스