ScriptHeader Método
Generates a Transact-SQL script that can be used to re-create the default or rule header as specified by the script options.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function ScriptHeader ( _
forAlter As Boolean _
) As String
'Uso
Dim instance As DefaultRuleBase
Dim forAlter As Boolean
Dim returnValue As String
returnValue = instance.ScriptHeader(forAlter)
public string ScriptHeader(
bool forAlter
)
public:
virtual String^ ScriptHeader(
bool forAlter
) sealed
abstract ScriptHeader :
forAlter:bool -> string
override ScriptHeader :
forAlter:bool -> string
public final function ScriptHeader(
forAlter : boolean
) : String
Parámetros
- forAlter
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the header can be altered.
If True, the header can be altered.
If False, the header cannot be altered.
Valor devuelto
Tipo: System. . :: . .String
A StringCollection system object value that contains a list of Transact-SQL command batch statements that defines the default or rule header.
Implementa
Vea también