Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.