SqlPropertyCollection.EnumPropertyInfo メソッド (SqlServerVersions)
列挙されたプロパティ情報の一覧を返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function EnumPropertyInfo ( _
versions As SqlServerVersions _
) As SqlPropertyInfo()
'使用
Dim instance As SqlPropertyCollection
Dim versions As SqlServerVersions
Dim returnValue As SqlPropertyInfo()
returnValue = instance.EnumPropertyInfo(versions)
public SqlPropertyInfo[] EnumPropertyInfo(
SqlServerVersions versions
)
public:
array<SqlPropertyInfo^>^ EnumPropertyInfo(
SqlServerVersions versions
)
member EnumPropertyInfo :
versions:SqlServerVersions -> SqlPropertyInfo[]
public function EnumPropertyInfo(
versions : SqlServerVersions
) : SqlPropertyInfo[]
パラメーター
- versions
型: Microsoft.SqlServer.Management.Smo.SqlServerVersions
結果の限定対象となる Microsoft SQL Server のバージョンを示す SqlServerVersions オブジェクトの値です。
戻り値
型: array<Microsoft.SqlServer.Management.Smo.SqlPropertyInfo[]
参照先オブジェクトのプロパティ情報の一覧を示す SqlPropertyInfo オブジェクト配列の値。