共用方式為


VSDBCmdServices.GetSetableDeployProperties 方法

傳回可在指定之目標型別上進行設定的部署屬性清單。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function GetSetableDeployProperties ( _
    optionsType As Type _
) As IDictionary(Of String, PropertyInfo)
public IDictionary<string, PropertyInfo> GetSetableDeployProperties(
    Type optionsType
)
public:
IDictionary<String^, PropertyInfo^>^ GetSetableDeployProperties(
    Type^ optionsType
)
member GetSetableDeployProperties : 
        optionsType:Type -> IDictionary<string, PropertyInfo> 
public function GetSetableDeployProperties(
    optionsType : Type
) : IDictionary<String, PropertyInfo>

參數

  • optionsType
    型別:System.Type
    要傳回的屬性型别。

傳回值

型別:System.Collections.Generic.IDictionary<String, PropertyInfo>

備註

這包括繼承的屬性。

.NET Framework 安全性

請參閱

參考

VSDBCmdServices 類別

Microsoft.Data.Schema.Build 命名空間