共用方式為


SqlSmoObject.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 SqlSmoObject 
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 associated with the object.

範例

設定屬性

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間