ScriptNameObjectBase.GetBraketNameForText Method

Gets the bracket name for the text.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Protected Overridable Function GetBraketNameForText As String
'Usage
Dim returnValue As String 

returnValue = Me.GetBraketNameForText()
protected virtual string GetBraketNameForText()
protected:
virtual String^ GetBraketNameForText()
abstract GetBraketNameForText : unit -> string  
override GetBraketNameForText : unit -> string
protected function GetBraketNameForText() : String

Return Value

Type: System.String
The name of the bracket.

See Also

Reference

ScriptNameObjectBase Class

Microsoft.SqlServer.Management.Smo Namespace