View.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 View 
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 text header is read-only or can be modified.If True, the text header can be modified.If False, the text header is read-only.

返回值

类型:System.String
A String value that specifies the text header.

实现

ITextObject.ScriptHeader(Boolean)

示例

创建、更改和删除视图

请参阅

参考

View 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

设计和实现视图

CREATE VIEW (Transact-SQL)