次の方法で共有


RegSvrSmoObject.Properties プロパティ

定義

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

public:
 property Microsoft::SqlServer::Management::Smo::PropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::PropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.PropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.PropertyCollection
Public ReadOnly Property Properties As PropertyCollection

プロパティ値

オブジェクトのプロパティを示す PropertyCollection オブジェクトの値です。

適用対象