Método StatementBuilder.AddPostfix
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 Sub AddPostfix ( _
value As String _
)
'Uso
Dim instance As StatementBuilder
Dim value As String
instance.AddPostfix(value)
public void AddPostfix(
string value
)
public:
void AddPostfix(
String^ value
)
member AddPostfix :
value:string -> unit
public function AddPostfix(
value : String
)
Parâmetros
- value
Tipo: System.String
Represents the value of the postfix to be added.