共用方式為


NumberedStoredProcedure.ScriptHeader 方法

Returns the text header with the option to modify the text.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function ScriptHeader ( _
    forAlter As Boolean _
) As String
'用途
Dim instance As NumberedStoredProcedure 
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 to create an alter script or a creation script.If True, an alter script is generated.If False, a creation script is generated.

傳回值

型別:System.String
A StringContaining the text header with the option to modify the text.

實作

ITextObject.ScriptHeader(Boolean)

範例

建立、改變和移除預存程序

請參閱

參考

NumberedStoredProcedure 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PROCEDURE (Transact-SQL)