Compartir a través de


Database.DatabaseSnapshotBaseName Property

Gets the name of the snapshot base for the database.

Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Notas

Texto actualizado:17 de julio de 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.

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

Console.WriteLine(db.DatabaseSnapshotBaseName)

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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

Otros recursos

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)