Properties プロパティ

オブジェクトのプロパティを表す Property オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property Properties As SqlPropertyCollection
    Get
'使用
Dim instance As SqlSmoObject
Dim value As SqlPropertyCollection

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
オブジェクトに関連付けられたプロパティのコレクションを示す PropertyCollection オブジェクト値。