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
ConfigPropertyCollection 物件,指定組態物件屬性的集合。