ScriptOption 类

The ScriptOption object represents the SQL Server script options that can be included in scripting options that are set by using the ScriptingOptions object.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo..::..ScriptOption

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

语法

声明
Public NotInheritable Class ScriptOption
用法
Dim instance As ScriptOption
public sealed class ScriptOption
public ref class ScriptOption sealed
[<SealedAttribute>]
type ScriptOption =  class end
public final class ScriptOption

ScriptOption 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 AgentAlertJob Gets an object that specifies whether to include SQL Server Agent alerts and jobs in the script. 
公共属性静态成员 AgentJobId Gets an object that specifies whether to include SQL Server Agent alerts and jobs in the script. 
公共属性静态成员 AgentNotify Gets an object that specifies whether to include notifications for any SQL Server Agent alerts that in the script. 
公共属性静态成员 AllowSystemObjects Gets an object that specifies whether system objects can be scripted or not.
公共属性静态成员 AnsiFile Gets an object that specifies whether the script uses multibyte characters and requires code page 1252 to evaluate characters meaning.
公共属性静态成员 AnsiPadding Gets an object that specifies whether the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement, respectively.
公共属性静态成员 AppendToFile Gets an object that specifies whether the script is appended to the end of the output file or overwrites it.
公共属性静态成员 Bindings Gets an object that specifies whether the binding statements sp_binddefault and sp_bindrule are included in the generated script. This property applies only when scripting a Microsoft SQL Server table.
公共属性静态成员 ChangeTracking Gets the ChangeTracking property value.
公共属性静态成员 ClusteredIndexes Gets an object that specifies whether statements that define clustered indexes are included in the generated script.
公共属性静态成员 ContinueScriptingOnError Gets an object value that specifies whether the scripting operation continues after an error is encountered.
公共属性静态成员 ConvertUserDefinedDataTypesToBaseType Gets an object value that specifies whether user-defined data types are converted to the most appropriate SQL Server base data types in the generated script. 
公共属性静态成员 DdlBodyOnly Gets an object value that specifies whether to script only the text definition for data definition language (DDL) objects that have a text body, such as stored procedures and triggers.
公共属性静态成员 DdlHeaderOnly Gets an object value that specifies whether to script only the header information for data definition language (DDL) objects that have a text body, such as stored procedures and triggers.
公共属性静态成员 Default Gets an object value that specifies whether the creation of the referenced object is included in the generated script.
公共属性静态成员 DriAll Gets an object value that specifies whether the DRI objects are included in the generated script.
公共属性静态成员 DriAllConstraints Gets an object value that specifies whether all DRI constraints are included in the generated script.
公共属性静态成员 DriAllKeys Gets an object value that specifies whether all DRI keys (DriForeignKeys, DriPrimaryKey, DriUniqueKeys) are included in the generated script.
公共属性静态成员 DriChecks Gets an object value that specifies whether column-specific dependency relationships defined in check constraints with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriClustered Gets an object value that specifies whether dependency relationships defined in clustered indexes with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriDefaults Gets an object value that specifies whether dependency relationships defined in defaults with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriForeignKeys Gets an object value that specifies whether dependency relationships defined in foreign keys with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriIncludeSystemNames Gets an object value that specifies whether the system generated constraint names used to enforce declarative referential integrity are included in the script.
公共属性静态成员 DriIndexes Gets an object value that specifies whether PRIMARY KEY constraints using a unique index to implement the declarative referential integrity are included in the generated script.
公共属性静态成员 DriNonClustered Gets an object value that specifies whether dependency relationships defined in non-clustered indexes with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriPrimaryKey Gets an object value that specifies whether dependency relationships defined in primary keys with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriUniqueKeys Gets an object value that specifies whether dependency relationships defined in unique keys with enforced declarative referential integrity are included in the script.
公共属性静态成员 DriWithNoCheck Gets an object value that specifies whether the no check statement is included in the script.
公共属性静态成员 EnforceScriptingOptions Gets an object value that specifies whether the application of all scripting options is enforced for text base objects, such as SchemaQualify.
公共属性静态成员 ExtendedProperties Gets an object value that specifies whether extended object properties are included in the generated script.
公共属性静态成员 FullTextCatalogs Gets an object value that specifies whether full-text catalogs are included in the generated script.
公共属性静态成员 FullTextIndexes Gets an object value that specifies whether full-text indexes are included in the generated script.
公共属性静态成员 FullTextStopLists Gets an object value that specifies whether full-text stop lists are included in the generated script.
公共属性静态成员 IncludeDatabaseContext Gets an object value that specifies whether database content is included in the generated script.
公共属性静态成员 IncludeDatabaseRoleMemberships Gets the IncludeDatabaseRoleMemberships property value.
公共属性静态成员 IncludeFullTextCatalogRootPath Gets the IncludeFullTextCatalogRootPath property value.
公共属性静态成员 IncludeHeaders Gets an object that specifies whether the generated script is prefixed with a header containing information including the date and time of generation.
公共属性静态成员 IncludeIfNotExists Gets an object that specifies whether to check the existence of an object before including it in the script.
公共属性静态成员 Indexes Gets an object that specifies whether indexes are included in the generated script.
公共属性静态成员 LoginSid Gets an object value that specifies whether assemblies are included in the generated script.
公共属性静态成员 NoAssemblies Gets an object that specifies whether assemblies are excluded from the generated script.
公共属性静态成员 NoCollation Gets an object value that specifies whether to include the collection in the generated script if the server is running SQL Server 7.0 or later.
公共属性静态成员 NoCommandTerminator Gets an object value that specifies whether individual Transact-SQL statements are delimited in the generated script.
公共属性静态成员 NoExecuteAs Gets an object value that specifies whether the EXECUTE AS options for stored procedures and user-defined functions are included in the script.
公共属性静态成员 NoFileGroup Gets an object value that specifies whether to include the 'ON <filegroup>' clause in the generated script.
公共属性静态成员 NoFileStream Gets an object that specifies whether to include the FILESTREAM_ON clause when you create VarBinaryMax columns in the generated script.
公共属性静态成员 NoFileStreamColumn Gets an object that specifies whether to include the FILESTREAM_ON clause when you create VarBinaryMax columns in the generated script.
公共属性静态成员 NoIdentities Gets an object value that specifies whether definitions of identity property seed and increment are included in the generated script.
公共属性静态成员 NoIndexPartitioningSchemes Gets an object value that specifies whether partition schemes for indexes are included in the generated script.
公共属性静态成员 NoMailProfileAccounts Gets an object value that specifies whether mail accounts referenced by mail profiles are included in the generated script.
公共属性静态成员 NoMailProfilePrincipals Gets an object value that specifies whether principals referenced by mail profiles are excluded from the generated script.
公共属性静态成员 NonClusteredIndexes Gets an object value that specifies whether non-clustered indexes are included in the generated script.
公共属性静态成员 NoTablePartitioningSchemes Gets an object value that specifies whether partition schemes for tables are included in the generated script.
公共属性静态成员 NoVardecimal Gets the NoVardecimal property value.
公共属性静态成员 NoViewColumns Gets an object value that specifies whether to include the specified columns for a view.
公共属性静态成员 NoXmlNamespaces Gets an object value that specifies whether XML namespaces are included in the generated script.
公共属性静态成员 OptimizerData Gets an object value that specifies whether script optimizer data for the referenced objects are included in the generated script.
公共属性静态成员 Permissions Gets an object value that specifies whether to all permissions in the generated script.
公共属性静态成员 PrimaryObject Gets an object value that specifies whether the creation of the referenced object is included in the generated script.
公共属性静态成员 SchemaQualify Gets an object value that specifies whether the script contains object with no schema.
公共属性静态成员 SchemaQualifyForeignKeysReferences Gets an object value that specifies whether tables with no schema that are referenced by a foreign key are included in the generated script.
公共属性静态成员 ScriptBatchTerminator Gets the ScriptBatchTerminator property value.
公共属性静态成员 ScriptData Gets the ScriptData property value.
公共属性静态成员 ScriptDataCompression Gets an object value that specifies whether the creation of the referenced object is included in the generated script.
公共属性静态成员 ScriptOwner Gets an object value that specifies whether the creation of the referenced object is included in the generated script.
公共属性静态成员 ScriptSchema Gets the ScriptSchema property value.
公共属性静态成员 Statistics Gets an object value that specifies whether statistics are generated for any table or view included in the generated script.
公共属性静态成员 TimestampToBinary Gets an object value that specifies whether to convert timestamp data types to a binary(8) data types when scripting the creation of a table or user defined data type.
公共属性静态成员 ToFileOnly Gets an object value that specifies whether to output to file only or to generate string output too.
公共属性静态成员 Triggers Gets an object value that specifies whether to include the definition for triggers in the generated script.
公共属性静态成员 WithDependencies Gets an object value that specifies whether to include all dependent objects in the generated script.
公共属性静态成员 XmlIndexes Gets an object value that specifies whether XML indexes are included in the generated script.

页首

方法

  名称 说明
公共方法静态成员 Add Adds two ScriptOption objects to create a ScriptOptions object.
公共方法静态成员 BitwiseOr Combines two ScriptingOptions object using a Bitwise OR operation.
公共方法 Equals Returns a Boolean value that specifies if two ScriptOptions are equal. (覆盖 Object. . :: . .Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Returns the hash code for this object. (覆盖 Object. . :: . .GetHashCode() () () ()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Returns a string that represents the current object. (覆盖 Object. . :: . .ToString() () () ()。)

页首

运算符

  名称 说明
公共运算符静态成员 Addition Creates a set of scripting options by performing an addition operation on two ScriptOption objects.
公共运算符静态成员 BitwiseOr Creates a set of scripting options by performing a bitwise OR operation on two ScriptOption objects.
公共运算符静态成员 Implicit Widening Implicit Implicit Implicit(ScriptOption to ScriptingOptions)

页首

注释

The ScriptOption object contains a property for each type of SQL Server item that can be scripted. The actual set of items to be scripted is specified using the ScriptingOptions object.

Warning: Some script options cause the Transfer object to generate script that does not execute on the target server.

Thread Safety

此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。

示例

'Connect to the local, default instance of SQL Server.
Dim srv As Server
srv = New Server
'Reference the AdventureWorks database.
Dim db As Database
db = srv.Databases("AdventureWorks")
'Define a Scripter object and set the required scripting options.
Dim scrp As Scripter
scrp = New Scripter(srv)
scrp.Options.ScriptDrops = False
scrp.Options.WithDependencies = True
'Iterate through the tables in database and script each one. Display the script.
'Note that the StringCollection type needs the System.Collections.Specialized namespace to be included.
Dim tb As Table
Dim smoObjects(1) As Urn
For Each tb In db.Tables
    smoObjects = New Urn(0) {}
    smoObjects(0) = tb.Urn
    If tb.IsSystemObject = False Then
        Dim sc As StringCollection
        sc = scrp.Script(smoObjects)
        Dim st As String
        For Each st In sc
            Console.WriteLine(st)
        Next
    End If
Next

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。