Proprietà StatementBuilder.SqlPostfix

Gets the postfix statement. 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 SqlPostfix As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The postfix statement.

Vedere anche

Riferimento

StatementBuilder Classe

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