Construtor XPathExpression (IList<XPathExpressionBlock>)
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 Sub New ( _
blocks As IList(Of XPathExpressionBlock) _
)
'Uso
Dim blocks As IList(Of XPathExpressionBlock)
Dim instance As New XPathExpression(blocks)
public XPathExpression(
IList<XPathExpressionBlock> blocks
)
public:
XPathExpression(
IList<XPathExpressionBlock^>^ blocks
)
new :
blocks:IList<XPathExpressionBlock> -> XPathExpression
public function XPathExpression(
blocks : IList<XPathExpressionBlock>
)
Parâmetros
- blocks
Tipo: System.Collections.Generic.IList<XPathExpressionBlock>
A list of XPathExpressionBlock.