GetBraketNameForText 메서드
Gets the bracket name.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Overridable Function GetBraketNameForText As String
‘사용 방법
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