Propriedade do RDL Properties
Gets the properties associated with the object.
Namespace: Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As PropertyCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PropertyCollection
A PropertyCollection object value that specifies the properties of the object.
Consulte também