Freigeben über


ExpressionSkeleton-Eigenschaft

Gets the expression as a string stripped of all filters. 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 ReadOnly Property ExpressionSkeleton As String
    Get
'Usage
Dim instance As SfcQueryExpression
Dim value As String

value = instance.ExpressionSkeleton
public string ExpressionSkeleton { get; }
public:
property String^ ExpressionSkeleton {
    String^ get ();
}
member ExpressionSkeleton : string
function get ExpressionSkeleton () : String

Eigenschaftswert

Typ: System. . :: . .String
A string that represents the expression.