Метод GetTextHeader
Returns the text header.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Protected Function GetTextHeader ( _
forAlter As Boolean _
) As String
'Применение
Dim forAlter As Boolean
Dim returnValue As String
returnValue = Me.GetTextHeader(forAlter)
protected string GetTextHeader(
bool forAlter
)
protected:
String^ GetTextHeader(
bool forAlter
)
member GetTextHeader :
forAlter:bool -> string
protected function GetTextHeader(
forAlter : boolean
) : String
Параметры
- forAlter
Тип: System. . :: . .Boolean
A Boolean value that specifies whether the text header is used in the alteration of an object.
If True, the text header is used in the alteration of an object. Otherwise, False.
Возвращаемое значение
Тип: System. . :: . .String
A String value that specifies the text header.
См. также