Configuration.Properties Propiedad
Returns a collection of Property objects. The PropertyCollection collection represents the properties of the Configuration object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Properties As ConfigPropertyCollection
Get
'Uso
Dim instance As Configuration
Dim value As ConfigPropertyCollection
value = instance.Properties
public ConfigPropertyCollection Properties { get; }
public:
property ConfigPropertyCollection^ Properties {
ConfigPropertyCollection^ get ();
}
member Properties : ConfigPropertyCollection
function get Properties () : ConfigPropertyCollection
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection
A ConfigPropertyCollection object that specifies the collection of Configuration object properties.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo