Метод SqlSmoObject.GetDBName
Gets the database name that is associated with the object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Friend Overridable Function GetDBName As String
'Применение
Dim returnValue As String
returnValue = Me.GetDBName()
protected internal virtual string GetDBName()
protected public:
virtual String^ GetDBName()
abstract GetDBName : unit -> string
override GetDBName : unit -> string
function GetDBName() : String
Возвращаемое значение
Тип: System.String
A String value that specifies the name of the object.