BackupSet.FamilyGuid 屬性
Unique ID of the original database at creation.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property FamilyGuid As Guid
Get
'用途
Dim instance As BackupSet
Dim value As Guid
value = instance.FamilyGuid
public Guid FamilyGuid { get; }
public:
property Guid FamilyGuid {
Guid get ();
}
member FamilyGuid : Guid
function get FamilyGuid () : Guid
屬性值
型別:System.Guid
The family GUID.
備註
This GUID value remains the same when the database is restored, even to a different name.