Condividi tramite


Proprietà SfcQueryExpression.ExpressionSkeleton

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

Valore proprietà

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

Vedere anche

Riferimento

SfcQueryExpression Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc