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 shapshot base for the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Database_DatabaseSnapshotBaseNameDesc")> _
<DisplayNameKeyAttribute("Database_DatabaseSnapshotBaseNameName")> _
ReadOnly Property DatabaseSnapshotBaseName As String
Get
'Usage
Dim instance As IDatabaseOptions
Dim value As String
value = instance.DatabaseSnapshotBaseName
[DisplayDescriptionKeyAttribute("Database_DatabaseSnapshotBaseNameDesc")]
[DisplayNameKeyAttribute("Database_DatabaseSnapshotBaseNameName")]
string DatabaseSnapshotBaseName { get; }
[DisplayDescriptionKeyAttribute(L"Database_DatabaseSnapshotBaseNameDesc")]
[DisplayNameKeyAttribute(L"Database_DatabaseSnapshotBaseNameName")]
property String^ DatabaseSnapshotBaseName {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Database_DatabaseSnapshotBaseNameDesc")>]
[<DisplayNameKeyAttribute("Database_DatabaseSnapshotBaseNameName")>]
abstract DatabaseSnapshotBaseName : string
function get DatabaseSnapshotBaseName () : String
Property Value
Type: System.String
A String value that specifies the name of the shapshot base.