Share via


VSDBCmdServices.GetSetableDeployProperties Method

Returns a list of the deployment properties that can be set on the specified target type.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Parameters

  • optionsType
    Type: System.Type
    The type of properties to be returned.

Return Value

Type: System.Collections.Generic.IDictionary<String, PropertyInfo>

Remarks

This includes inherited properties.

.NET Framework Security

See Also

Reference

VSDBCmdServices Class

Microsoft.Data.Schema.Build Namespace