Propriedade do RDL UId
Obtém ou define a ID global exclusiva do conjunto de coleta.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .Guid
Um valor Guid que é o GUID do conjunto de coleta.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.