DeployedDacCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DeployedDacCollection 类的新实例。
重载
DeployedDacCollection(Utility) |
基于指定的导入对象初始化 DeployedDacCollection 类的新实例。 |
DeployedDacCollection(Utility, IComparer<String>) |
基于指定的导入对象使用指定的比较器接口初始化 DeployedDacCollection 类的新实例。 |
注解
默认构造函数将所有字段初始化为其默认值。
DeployedDacCollection(Utility)
基于指定的导入对象初始化 DeployedDacCollection 类的新实例。
public:
DeployedDacCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent);
public DeployedDacCollection (Microsoft.SqlServer.Management.Utility.Utility parent);
new Microsoft.SqlServer.Management.Utility.DeployedDacCollection : Microsoft.SqlServer.Management.Utility.Utility -> Microsoft.SqlServer.Management.Utility.DeployedDacCollection
Public Sub New (parent As Utility)
参数
- parent
- Utility
一个 Microsoft.SqlServer.Management.Utility.ImportedObject 对象,该对象指定集合的父级。
注解
默认构造函数将所有字段初始化为其默认值。
适用于
DeployedDacCollection(Utility, IComparer<String>)
基于指定的导入对象使用指定的比较器接口初始化 DeployedDacCollection 类的新实例。
public:
DeployedDacCollection(Microsoft::SqlServer::Management::Utility::Utility ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public DeployedDacCollection (Microsoft.SqlServer.Management.Utility.Utility parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Utility.DeployedDacCollection : Microsoft.SqlServer.Management.Utility.Utility * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Utility.DeployedDacCollection
Public Sub New (parent As Utility, customComparer As IComparer(Of String))
参数
一个 IComparer<T> 对象,该对象指定自定义比较器接口。