Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the text header.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub SetTextHeader ( _
textHeader As String _
)
'Usage
Dim textHeader As String
Me.SetTextHeader(textHeader)
protected void SetTextHeader(
string textHeader
)
protected:
void SetTextHeader(
String^ textHeader
)
member SetTextHeader :
textHeader:string -> unit
protected function SetTextHeader(
textHeader : String
)
Parameters
- textHeader
Type: System.String
A String value that specifies the text header.