PropertyCollection.GetPropertyObject メソッド (Int32)

Property オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function GetPropertyObject ( _
    index As Integer _
) As Property
'使用
Dim instance As PropertyCollection 
Dim index As Integer 
Dim returnValue As [Property]

returnValue = instance.GetPropertyObject(index)
public Property GetPropertyObject(
    int index
)
public:
Property^ GetPropertyObject(
    int index
)
member GetPropertyObject : 
        index:int -> Property
public function GetPropertyObject(
    index : int
) : Property

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.Property
プロパティを示す Property オブジェクト値。

使用例

コレクションの使用

関連項目

参照

PropertyCollection クラス

GetPropertyObject オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

コレクションの使用