SfcQueryExpression Constructor (String)
Initializes a new instance of the SfcQueryExpression class with the specified file path. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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
- path
Tipo: System. . :: . .String
The complete file path of the query expression.