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
パラメーター
- name
型: System. . :: . .String
プロパティの名前を示す String 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .Property
プロパティを示す Property オブジェクト値。