Freigeben über


SfcQueryExpression-Konstruktor (String)

Initializes a new instance of the SfcQueryExpression class with the specified file path. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    path As String _
)
'Usage
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
)

Parameter

  • path
    Typ: System.String
    The complete file path of the query expression.

Siehe auch

Verweis

SfcQueryExpression Klasse

SfcQueryExpression-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace