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)