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
パラメーター
- index
型: System. . :: . .Int32
インデックス位置を示す Int32 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .Property
プロパティを示す Property オブジェクト値。