UId Propiedad

Obtiene o establece el identificador único global del conjunto de colección.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property UId As Guid
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Guid
Un valor Guid que es el GUID para el conjunto de colección.

Comentarios

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