Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of Family Backup media present in Backup media set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property FamilyCount As Byte
Get
'Usage
Dim instance As BackupMediaSet
Dim value As Byte
value = instance.FamilyCount
public byte FamilyCount { get; }
public:
property unsigned char FamilyCount {
unsigned char get ();
}
member FamilyCount : byte
function get FamilyCount () : byte
Property Value
Type: System.Byte
The family count.