다음을 통해 공유


GetTextHeader 메서드

Returns the text header.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.

예제

스크립팅