Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.