Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.