ScriptNameObjectBase.GetTextHeader 메서드
Returns the text header.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Protected Function GetTextHeader ( _
forAlter As Boolean _
) As String
‘사용 방법
Dim forAlter As Boolean
Dim returnValue As String
returnValue = Me.GetTextHeader(forAlter)
protected string GetTextHeader(
bool forAlter
)
protected:
String^ GetTextHeader(
bool forAlter
)
member GetTextHeader :
forAlter:bool -> string
protected function GetTextHeader(
forAlter : boolean
) : String
매개 변수
- forAlter
유형: System.Boolean
A Boolean value that specifies whether the text header is used in the alteration of an object.If True, the text header is used in the alteration of an object. Otherwise, False.
반환 값
유형: System.String
A String value that specifies the text header.