Propriedade do RDL Properties
Retorna uma coleção de objetos Property. A coleção PropertyCollection representa as propriedades do objeto Configuration.
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
Um objeto ConfigPropertyCollection que especifica a coleção de propriedades de objeto de Configuração.
Consulte também