Propriété UId
Obtient ou définit l'ID global unique du jeu d'éléments de collecte.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property UId As Guid
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Guid
Valeur Guid qui est le GUID du jeu d'éléments de collecte.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.