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 命名空间