Scripter 類別
The Scripter object is the overall, top-level object for managing scripting operations.
繼承階層
System.Object
Microsoft.SqlServer.Management.Smo.DependencyWalker
Microsoft.SqlServer.Management.Smo.Scripter
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Class Scripter _
Inherits DependencyWalker
'用途
Dim instance As Scripter
public class Scripter : DependencyWalker
public ref class Scripter : public DependencyWalker
type Scripter =
class
inherit DependencyWalker
end
public class Scripter extends DependencyWalker
Scripter 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
Scripter() | Initializes a new instance of the Scripter class. | |
Scripter(Server) | Initializes a new instance of the Scripter class on the specified instance of SQL Server. |
上層
屬性
名稱 | 說明 | |
---|---|---|
DependencyTree | Gets or sets a server dependency tree. (繼承自 DependencyWalker。) | |
FilterCallbackFunction | Gets or sets the scripting options that allow URNs to be filtered out while running the DiscoverDependencies method. (繼承自 DependencyWalker。) | |
KnownObjectsList | Gets or sets a list of all known objects in a server. (繼承自 DependencyWalker。) | |
Options | Gets or sets the scripting options for the Scripter object and all the scripting operations on the instance of SQL Server. | |
PrefetchObjects | Gets or sets the Boolean property value that specifies whether the objects are loaded before scripting operations, or only as they are required. | |
Server | Gets or sets the instance of Microsoft SQL Server that the DependencyWalker tool object is associated with. (繼承自 DependencyWalker。) | |
Total | Gets or sets the number of objects that have been processed by the DependencyWalker object. (繼承自 DependencyWalker。) | |
TotalCount | Gets or sets the count of objects discovered by a dependency walker. (繼承自 DependencyWalker。) |
上層
方法
名稱 | 說明 | |
---|---|---|
DiscoverDependencies(array<SqlSmoObject[], DependencyType) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
DiscoverDependencies(array<SqlSmoObject[], Boolean) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified object array of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
DiscoverDependencies(array<Urn[], DependencyType) | Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn array of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
DiscoverDependencies(array<Urn[], Boolean) | Creates a hierarchical object tree that represents the parent- or child-dependent relationships for a specified Urn array of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
DiscoverDependencies(UrnCollection, DependencyType) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
DiscoverDependencies(UrnCollection, Boolean) | Creates a hierarchical object tree that represents the parent or child dependent relationships for a specified Urn collection of SQL Server objects on the instance of SQL Server. (繼承自 DependencyWalker。) | |
EnumDependencies | Returns an enumerated list that includes the specified object and child or parent dependencies. | |
EnumScript(array<SqlSmoObject[]) | Returns an IEnumerable<script> object that contains a script. | |
EnumScript(array<Urn[]) | Returns an IEnumerable <script> interface. | |
EnumScript(UrnCollection) | Returns an IEnumerable <script> interface. | |
EnumScriptWithList(DependencyCollection) | Creates a linear Transact-SQL script based on a dependency collection. | |
EnumScriptWithList(array<SqlSmoObject[]) | Creates a linear Transact-SQL script based on an array of SqlSmoObjects. | |
EnumScriptWithList(array<Urn[]) | Creates a linear Transact-SQL script that is based on an array of URNs. | |
EnumScriptWithList(UrnCollection) | Creates a linear Transact-SQL script based on a URN collection. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetServerObject | Returns the Server object that represents the instance of SQL Server on which the dependency discovery operation is running. (繼承自 DependencyWalker。) | |
GetType | (繼承自 Object。) | |
Init | Initializes the Scripter object. | |
MemberwiseClone | (繼承自 Object。) | |
Script(array<SqlSmoObject[]) | Generates Transact-SQL scripts that can be used to re-create a list of objects. | |
Script(array<Urn[]) | Creates a Transact-SQL script for a set of objects that are specified with an array of Urn objects. | |
Script(UrnCollection) | Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection. | |
ScriptWithList(DependencyCollection) | Creates linear Transact-SQL scripts for a DependencyCollection object. | |
ScriptWithList(array<SqlSmoObject[]) | Creates linear Transact-SQL scripts for an array of SqlSmoObject objects. | |
ScriptWithList(array<Urn[]) | Creates linear Transact-SQL scripts for an array of Urn objects. | |
ScriptWithList(UrnCollection) | Creates linear Transact-SQL scripts for a UrnCollection object. | |
ToString | (繼承自 Object。) | |
WalkDependencies | Creates a linear list of objects and their dependencies from a specified DependencyTree object. (繼承自 DependencyWalker。) |
上層
事件
名稱 | 說明 | |
---|---|---|
DiscoveryProgress | Raises an event at intervals and reports progress on the DiscoveryProgress method. (繼承自 DependencyWalker。) | |
ScriptingError | Raises an event when an error occurs during a scripting operation. | |
ScriptingProgress | Raises an event to receive information about the progress of the scripting operation. |
上層
備註
The Scripter object allows programmatic access to scripting settings and is responsible for the following scripting functionality:
Finding dependencies.
Output script to memory and file.
Calling the instance objects to be scripted.
Managing context of a script operation, such as checking whether an object has already been scripted.
To get Scripter object properties, users can be a member of the public fixed server role.
To set Scripter object properties, users can be a member of the public fixed server role.
To run a script operation, users require permissions for the objects that are being scripted.
Thread Safety
此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。
範例
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。