次の方法で共有


RegisteredPropertyDictionary.GetPropertyCollection メソッド

RegisteredPropertyDictionary から指定されたプロパティ コレクションを取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Function GetPropertyCollection ( _
    serviceProvider As  _
) As IPropertyDictionary
'使用

Dim instance As RegisteredPropertyDictionary
Dim serviceProvider As 
Dim returnValue As IPropertyDictionary

returnValue = instance.GetPropertyCollection(serviceProvider)
public IPropertyDictionary GetPropertyCollection(
     serviceProvider
)
public:
IPropertyDictionary^ GetPropertyCollection(
    ^ serviceProvider
)
member GetPropertyCollection : 
        serviceProvider: -> IPropertyDictionary 
public function GetPropertyCollection(
    serviceProvider : 
) : IPropertyDictionary

パラメーター

  • serviceProvider
    型:
    インターフェイス サービス プロバイダーを表します。

戻り値

型: Microsoft.SqlServer.Management.Data.IPropertyDictionary
指定されたプロパティ コレクションを返します。

関連項目

参照

RegisteredPropertyDictionary クラス

Microsoft.SqlServer.Management 名前空間