Propriedade do RDL Properties
Obtém uma coleção de objetos Property que representam as propriedades do objeto.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As SqlPropertyCollection
Get
'Uso
Dim instance As SqlSmoObject
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlPropertyCollection
Um valor do objeto PropertyCollection que especifica a coleção de propriedades associadas ao objeto.