Freigeben über


VSDBCmdServices.GetSetableDeployProperties-Methode

Gibt eine Liste der Bereitstellungseigenschaften zurück, die auf den angegebenen Zieltyp festgelegt werden können.

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>

Parameter

  • optionsType
    Typ: System.Type
    Der Typ der zurückzugebenden Eigenschaften.

Rückgabewert

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

Hinweise

Dies schließt geerbte Eigenschaften ein.

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBCmdServices Klasse

Microsoft.Data.Schema.Build-Namespace