GetPropertyObject メソッド (Int32, Boolean)
Property オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function GetPropertyObject ( _
index As Integer, _
doNotLoadPropertyValues As Boolean _
) As Property
'使用
Dim instance As PropertyCollection
Dim index As Integer
Dim doNotLoadPropertyValues As Boolean
Dim returnValue As [Property]
returnValue = instance.GetPropertyObject(index, _
doNotLoadPropertyValues)
public Property GetPropertyObject(
int index,
bool doNotLoadPropertyValues
)
public:
Property^ GetPropertyObject(
int index,
bool doNotLoadPropertyValues
)
member GetPropertyObject :
index:int *
doNotLoadPropertyValues:bool -> Property
public function GetPropertyObject(
index : int,
doNotLoadPropertyValues : boolean
) : Property
パラメーター
- index
型: System. . :: . .Int32
プロパティのインデックス位置を示す Int32 値です。
- doNotLoadPropertyValues
型: System. . :: . .Boolean
プロパティ値が読み込まれるかどうかを示す Boolean プロパティ値です。
True の場合、プロパティ値が読み込まれません。
False の場合、プロパティ値が読み込まれます。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .Property
プロパティを示す Property オブジェクト値。