SqlPropertyCollection.GetPropertyInfo メソッド
プロパティ情報を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function GetPropertyInfo ( _
name As String _
) As SqlPropertyInfo
'使用
Dim instance As SqlPropertyCollection
Dim name As String
Dim returnValue As SqlPropertyInfo
returnValue = instance.GetPropertyInfo(name)
public SqlPropertyInfo GetPropertyInfo(
string name
)
public:
SqlPropertyInfo^ GetPropertyInfo(
String^ name
)
member GetPropertyInfo :
name:string -> SqlPropertyInfo
public function GetPropertyInfo(
name : String
) : SqlPropertyInfo
パラメーター
- name
型: System.String
プロパティの名前を示す String 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
参照先オブジェクトのプロパティ情報を示す SqlPropertyInfo オブジェクト値。