Condividi tramite


Proprietà Properties

Gets the properties associated with the object.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Properties As PropertyCollection
    Get
'Utilizzo
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

Valore proprietà

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