Database.DatabaseSnapshotBaseName Property

Gets the name of the snapshot base for the database.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Property DatabaseSnapshotBaseName As String
public string DatabaseSnapshotBaseName { get; set; }
public:
property String^ DatabaseSnapshotBaseName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DatabaseSnapshotBaseName ()

/** @property */
public void set_DatabaseSnapshotBaseName (String value)
public function get DatabaseSnapshotBaseName () : String

public function set DatabaseSnapshotBaseName (value : String)

Eigenschaftswert

A String value that uniquely specifies the name of the snapshot base for the database.

Hinweise

Aktualisierter Text:17. Juli 2006

A database snapshot is a copy of the database at a point in time. The database snapshot base is the source database that is used when creating the snapshot.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiel

Console.WriteLine(db.DatabaseSnapshotBaseName)

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Database Class
Database Members
Microsoft.SqlServer.Management.Smo Namespace

Andere Ressourcen

How to: Create, Alter, and Remove a Database in Visual Basic .NET
Working with Snapshot Isolation
Creating, Altering, and Removing Databases
CREATE DATABASE (Transact-SQL)