IncludeHeaders 属性

Gets an object that specifies whether the generated script is prefixed with a header containing information including the date and time of generation.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared ReadOnly Property IncludeHeaders As ScriptOption
    Get
用法
Dim value As ScriptOption

value = ScriptOption.IncludeHeaders
public static ScriptOption IncludeHeaders { get; }
public:
static property ScriptOption^ IncludeHeaders {
    ScriptOption^ get ();
}
static member IncludeHeaders : ScriptOption
static function get IncludeHeaders () : ScriptOption

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
A ScriptOption object that represents the IncludeHeadersin the scripting options.

示例

脚本撰写