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 name of the Microsoft SQL Server database snapshot.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As SPDatabaseSnapshot
Dim value As String
value = instance.Name
public string Name { get; }
Property Value
Type: System.String
The name of the database snapshot.
Remarks
Database snapshot names match the following pattern.
DatabaseName_yyyymmdd_hhmmss_UTCSubsecond
- where the date and time values are UTC. The following is an example.
SFContent1_20090510_121234_8736592