Partilhar via


Propriedade do RDL IDatabaseOptions.DatabaseSnapshotBaseName

Gets the name of shapshot base for the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayDescriptionKeyAttribute("Database_DatabaseSnapshotBaseNameDesc")> _
<DisplayNameKeyAttribute("Database_DatabaseSnapshotBaseNameName")> _
ReadOnly Property DatabaseSnapshotBaseName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
A String value that specifies the name of the shapshot base.

Consulte também

Referência

IDatabaseOptions Interface

Namespace Microsoft.SqlServer.Management.Smo