PropertyDictionary 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PropertyDictionary 类的新实例。
重载
| PropertyDictionary() |
使用默认属性值初始化 PropertyDictionary 类的新实例。 |
| PropertyDictionary(ISfcPropertyProvider) |
使用指定的访问接口初始化 PropertyDictionary 类的新实例。 |
| PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>) |
使用指定的属性初始化 PropertyDictionary 类的新实例。 |
PropertyDictionary()
使用默认属性值初始化 PropertyDictionary 类的新实例。
public:
PropertyDictionary();
public PropertyDictionary ();
Public Sub New ()
适用于
PropertyDictionary(ISfcPropertyProvider)
使用指定的访问接口初始化 PropertyDictionary 类的新实例。
public:
PropertyDictionary(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertyProvider ^ provider);
public PropertyDictionary (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider provider);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (provider As ISfcPropertyProvider)
参数
- provider
- ISfcPropertyProvider
一个用于管理 PropertyDictionary 的接口。
适用于
PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>)
使用指定的属性初始化 PropertyDictionary 类的新实例。
public:
PropertyDictionary(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ properties);
public PropertyDictionary (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> properties);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : seq<System.Collections.Generic.KeyValuePair<string, obj>> -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (properties As IEnumerable(Of KeyValuePair(Of String, Object)))
参数
- properties
- IEnumerable<KeyValuePair<String,Object>>
一个接口,该接口枚举指定字符串的 KeyValuePair。