Propriedade do RDL SfcQueryExpression.ExpressionSkeleton
Gets the expression as a string stripped of all filters. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property ExpressionSkeleton As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
A string that represents the expression.