Costruttore SfcQueryExpression (String)
Initializes a new instance of the SfcQueryExpression class with the specified file path. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
path As String _
)
'Utilizzo
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
)
Parametri
- path
Tipo: System. . :: . .String
The complete file path of the query expression.
Vedere anche