다음을 통해 공유


Properties 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.