Compartir a través de


DatabaseOptions.Properties Propiedad

Gets a collection of Property objects that represent the object properties.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Properties As SqlPropertyCollection 
    Get
'Uso
Dim instance As DatabaseOptions 
Dim value As SqlPropertyCollection 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.SqlPropertyCollection
A PropertyCollection object value that specifies the collection of properties that are associated with the object.

Vea también

Referencia

DatabaseOptions Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo