Compartilhar via


Propriedade do RDL Configuration.Properties

Returns a collection of Property objects. The PropertyCollection collection represents the properties of the Configuration object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.ConfigPropertyCollection
A ConfigPropertyCollection object that specifies the collection of Configuration object properties.

Exemplos

Configurando o SQL Server no SMO

Consulte também

Referência

Configuration Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Opções de configuração de servidor

sp_configure (Transact-SQL)