다음을 통해 공유


DefaultRuleBase.ScriptHeader 메서드

Generates a Transact-SQL script that can be used to re-create the default or rule header as specified by the script options.

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

구문

‘선언
Public Function ScriptHeader ( _
    forAlter As Boolean _
) As String
‘사용 방법
Dim instance As DefaultRuleBase 
Dim forAlter As Boolean 
Dim returnValue As String 

returnValue = instance.ScriptHeader(forAlter)
public string ScriptHeader(
    bool forAlter
)
public:
virtual String^ ScriptHeader(
    bool forAlter
) sealed
abstract ScriptHeader : 
        forAlter:bool -> string  
override ScriptHeader : 
        forAlter:bool -> string
public final function ScriptHeader(
    forAlter : boolean
) : String

매개 변수

  • forAlter
    유형: System.Boolean
    A Boolean value that specifies whether the header can be altered.If True, the header can be altered.If False, the header cannot be altered.

반환 값

유형: System.String
A StringCollection system object value that contains a list of Transact-SQL command batch statements that defines the default or rule header.

구현

ITextObject.ScriptHeader(Boolean)

스크립팅

참고 항목

참조

DefaultRuleBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 개체 작업

규칙

기본값