Configuration.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.

SMO에서 SQL Server 구성

참고 항목

참조

Configuration 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

서버 구성 옵션

sp_configure(Transact-SQL)