共用方式為


AvailabilityDatabase.UniqueId 屬性

Gets the unique identifier for the specified object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UniqueId As Guid 
    Get
'用途
Dim instance As AvailabilityDatabase 
Dim value As Guid 

value = instance.UniqueId
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid UniqueId { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid UniqueId {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member UniqueId : Guid
function get UniqueId () : Guid

屬性值

型別:System.Guid
The unique identifier.

請參閱

參考

AvailabilityDatabase 類別

Microsoft.SqlServer.Management.Smo 命名空間