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.
Gets or sets the text header associated with the referenced object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property TextHeader As String
Get
Set
'Usage
Dim instance As ITextObject
Dim value As String
value = instance.TextHeader
instance.TextHeader = value
string TextHeader { get; set; }
property String^ TextHeader {
String^ get ();
void set (String^ value);
}
abstract TextHeader : string with get, set
function get TextHeader () : String
function set TextHeader (value : String)
Property Value
Type: System.String
A String value that specifies the text header associated with the referenced object.