Server.GetPropertyNames(Type, DatabaseEngineEdition) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたオブジェクト型でサポートされている Property フィールドを取得します
public System.Collections.Specialized.StringCollection GetPropertyNames(Type typeObject, Microsoft.SqlServer.Management.Common.DatabaseEngineEdition databaseEngineEdition);
member this.GetPropertyNames : Type * Microsoft.SqlServer.Management.Common.DatabaseEngineEdition -> System.Collections.Specialized.StringCollection
Public Function GetPropertyNames (typeObject As Type, databaseEngineEdition As DatabaseEngineEdition) As StringCollection
パラメーター
- typeObject
- Type
オブジェクトの型
- databaseEngineEdition
- DatabaseEngineEdition
オブジェクトのデータベース エディション。 これはデータベースに必要であり、子は databaseEngineEdition に基づいて異なるプロパティを持つことができます