Propriété ExpressionSkeleton
Gets the expression as a string stripped of all filters. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ExpressionSkeleton As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A string that represents the expression.
Voir aussi