共用方式為


Properties 屬性

Gets the properties associated with the object.

命名空間:  Microsoft.SqlServer.Management.Smo.RegisteredServers
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public ReadOnly Property Properties As PropertyCollection
    Get
'用途
Dim instance As RegSvrSmoObject
Dim value As PropertyCollection

value = instance.Properties
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
    PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .PropertyCollection
A PropertyCollection object value that specifies the properties of the object.