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 オブジェクトです。

使用例

SMO での SQL Server の構成

関連項目

参照

Configuration クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

サーバー構成オプション

sp_configure (Transact-SQL)