Constructeur SfcQueryExpression (String)
Initializes a new instance of the SfcQueryExpression class with the specified file path. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
path As String _
)
'Utilisation
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
)
Paramètres
- path
Type : System.String
The complete file path of the query expression.