共用方式為


Properties 屬性

Returns a collection of Property objects. The PropertyCollection collection represents the properties of the Configuration object.

命名空間:  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
A ConfigPropertyCollection object that specifies the collection of Configuration object properties.