Конструктор SfcQueryExpression (String)
Initializes a new instance of the SfcQueryExpression class with the specified file path. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
path As String _
)
'Применение
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
)
Параметры
- path
Тип: System.String
The complete file path of the query expression.