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