SmoBuilder Class
The SmoBuilder class defines the GetSmoHierarchy method, which generates the SMO server hierarchy from binder metadata.
Inheritance Hierarchy
System.Object
  Microsoft.SqlServer.Management.Dac.SmoBuilder
Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public NotInheritable Class SmoBuilder
'Usage
public static class SmoBuilder
public ref class SmoBuilder abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SmoBuilder =  class end
public final class SmoBuilder
The SmoBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() ![]()  | 
GetSmoHierarchy | Returns the disconnected server hierarchy based on the IServer binder metadata. | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)