Configuration.Properties プロパティ
Property オブジェクトのコレクションを返します。 PropertyCollection コレクションは、Configuration オブジェクトのプロパティを表します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public ReadOnly Property Properties As ConfigPropertyCollection
Get
'使用
Dim instance As Configuration
Dim value As ConfigPropertyCollection
value = instance.Properties
public ConfigPropertyCollection Properties { get; }
public:
property ConfigPropertyCollection^ Properties {
ConfigPropertyCollection^ get ();
}
member Properties : ConfigPropertyCollection
function get Properties () : ConfigPropertyCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection
Configuration オブジェクト プロパティのコレクションを示す ConfigPropertyCollection オブジェクトです。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間