DatabaseOptions.Properties 属性
Gets a collection of Property objects that represent the object properties.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Properties As SqlPropertyCollection
Get
用法
Dim instance As DatabaseOptions
Dim value As SqlPropertyCollection
value = instance.Properties
public SqlPropertyCollection Properties { get; }
public:
property SqlPropertyCollection^ Properties {
SqlPropertyCollection^ get ();
}
member Properties : SqlPropertyCollection
function get Properties () : SqlPropertyCollection
属性值
类型:Microsoft.SqlServer.Management.Smo.SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties that are associated with the object.