Propriedade do RDL XPathExpressionBlock.FixedProperties
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property FixedProperties As SortedList
Get
'Uso
Dim instance As XPathExpressionBlock
Dim value As SortedList
value = instance.FixedProperties
public SortedList FixedProperties { get; }
public:
property SortedList^ FixedProperties {
SortedList^ get ();
}
member FixedProperties : SortedList
function get FixedProperties () : SortedList
Valor da propriedade
Tipo: System.Collections.SortedList
The list of fixed properties.