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 对象,指定 Configuration 对象属性的集合。