Partilhar via


Método SqlSmoObject.GetContextDB

Gets the context database that is associated with this object.

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

Sintaxe

'Declaração
Protected Friend Function GetContextDB As Database
'Uso
Dim returnValue As Database 

returnValue = Me.GetContextDB()
protected internal Database GetContextDB()
protected public:
Database^ GetContextDB()
member GetContextDB : unit -> Database
function GetContextDB() : Database

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Smo.Database
A Database object that is associated with this object.

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo