Propriété Properties
Gets the properties associated with the object.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Properties As PropertyCollection
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .PropertyCollection
A PropertyCollection object value that specifies the properties of the object.
Voir aussi