Partilhar via


Construtor SfcQueryExpression (String)

Initializes a new instance of the SfcQueryExpression class with the specified file path. 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 ( _
    path As String _
)
'Uso
Dim path As String

Dim instance As New SfcQueryExpression(path)
public SfcQueryExpression(
    string path
)
public:
SfcQueryExpression(
    String^ path
)
new : 
        path:string -> SfcQueryExpression
public function SfcQueryExpression(
    path : String
)

Parâmetros