Database.DatabaseSnapshotBaseName Property
SQL Server 2005
Gets the name of the snapshot base for the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public String get_DatabaseSnapshotBaseName () /** @property */ public void set_DatabaseSnapshotBaseName (String value)
public function get DatabaseSnapshotBaseName () : String public function set DatabaseSnapshotBaseName (value : String)
Property Value
A String value that uniquely specifies the name of the snapshot base for the database.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
