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.