Compartir a través de


ScriptNameObjectBase.GetTextHeader Método

Returns the text header.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function GetTextHeader ( _
    forAlter As Boolean _
) As String
'Uso
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

Parámetros

  • forAlter
    Tipo: 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.

Valor devuelto

Tipo: System.String
A String value that specifies the text header.

Ejemplos

Scripting

Vea también

Referencia

ScriptNameObjectBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo