次の方法で共有


RegSvrSmoObject.Properties プロパティ

オブジェクトに関連付けられたプロパティを取得します。

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

構文

'宣言
Public ReadOnly Property Properties As PropertyCollection 
    Get
'使用
Dim instance As RegSvrSmoObject 
Dim value As PropertyCollection 

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

プロパティ値

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

関連項目

参照

RegSvrSmoObject クラス

Microsoft.SqlServer.Management.Smo.RegisteredServers 名前空間

その他の技術情報

登録済みサーバーの管理

sp_ActiveDirectory_Obj (Transact-SQL)