Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.