CollectionSet.UId プロパティ

コレクション セットのグローバルな一意の ID を取得します。値の設定も可能です。

名前空間:  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 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionSet クラス

Microsoft.SqlServer.Management.Collector 名前空間