Scripter 멤버

The Scripter object is the overall, top-level object for managing scripting operations.

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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 DiscoverDependencies(array<Urn> [] () [] [], DependencyType) (DependencyWalker에서 상속됩니다.)
공용 메서드 DiscoverDependencies(array<Urn> [] () [] [], Boolean) (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(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<Urn> [] () [] [])
공용 메서드 EnumScript(array<SqlSmoObject> [] () [] []) Returns an IEnumerable<script> object that contains a script.
공용 메서드 EnumScript(UrnCollection) Returns an IEnumerable <script> interface.
공용 메서드 EnumScriptWithList(array<Urn> [] () [] [])
공용 메서드 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(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<Urn> [] () [] [])
공용 메서드 Script(array<SqlSmoObject> [] () [] []) Generates Transact-SQL scripts that can be used to re-create a list of objects.
공용 메서드 Script(UrnCollection) Creates a Transact-SQL script for a set of objects that are specified with a Urn object collection.
공용 메서드 ScriptWithList(array<Urn> [] () [] [])
공용 메서드 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(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에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
보호된 속성 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 (DependencyWalker에서 상속됩니다.)
보호된 속성 TotalCount Gets or set the count of objects discovered by a Dependency Walker. (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.

맨 위로 이동