Proprietà TextHeader
Gets or sets the header part of the Transact-SQL string that defines the stored procedure.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property TextHeader As String
Get
Set
'Utilizzo
Dim instance As NumberedStoredProcedure
Dim value As String
value = instance.TextHeader
instance.TextHeader = value
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string TextHeader { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property String^ TextHeader {
String^ get () sealed;
void set (String^ value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract TextHeader : string with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override TextHeader : string with get, set
final function get TextHeader () : String
final function set TextHeader (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the text header from the definition of the numbered stored procedure.
Implementa
Vedere anche