Server.GetPropertyNames(Type, DatabaseEngineEdition) メソッド

定義

指定されたオブジェクト型でサポートされている 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 に基づいて異なるプロパティを持つことができます

返品

適用対象