Condividi tramite


Proprietà UId

Ottiene o imposta l'identificatore univoco globale per il set di raccolta.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public Property UId As Guid
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Guid
Un valore Guid che costituisce il GUID per il set di raccolta.

Osservazioni

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