次の方法で共有


GetTextHeader メソッド

テキスト ヘッダーを返します。

名前空間:  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
    テキスト ヘッダーをオブジェクトの変更に使用するかどうかを示す Boolean 値です。
    True の場合、オブジェクトの変更にテキスト ヘッダーが使用されます。False の場合、オブジェクトの変更にテキスト ヘッダーは使用されません。

戻り値

型: System. . :: . .String
テキスト ヘッダーを示す String 値です。

使用例

スクリプト