Propriedade do RDL StatementBuilder.SqlPostfix
Gets the postfix statement. 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 SqlPostfix As String
Get
'Uso
Dim instance As StatementBuilder
Dim value As String
value = instance.SqlPostfix
public string SqlPostfix { get; }
public:
property String^ SqlPostfix {
String^ get ();
}
member SqlPostfix : string
function get SqlPostfix () : String
Valor da propriedade
Tipo: System.String
The postfix statement.