SmoBuilder 类

The SmoBuilder class defines the GetSmoHierarchy method, which generates the SMO server hierarchy from binder metadata.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..SmoBuilder

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

语法

声明
Public NotInheritable Class SmoBuilder
用法
public static class SmoBuilder
public ref class SmoBuilder abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SmoBuilder =  class end
public final class SmoBuilder

SmoBuilder 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 GetSmoHierarchy Returns the disconnected server hierarchy based on the IServer binder metadata.

页首

线程安全

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