PropertyCollection.GetPropertyObject メソッド (String)

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

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

構文

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

returnValue = instance.GetPropertyObject(name)
public Property GetPropertyObject(
    string name
)
public:
Property^ GetPropertyObject(
    String^ name
)
member GetPropertyObject : 
        name:string -> Property
public function GetPropertyObject(
    name : String
) : Property

パラメーター

戻り値

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

使用例

コレクションの使用

関連項目

参照

PropertyCollection クラス

GetPropertyObject オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

コレクションの使用