StatementBuilder.SqlPostfix Propiedad
Gets the postfix statement. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The postfix statement.