不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub AddPostfix ( _
value As String _
)
'用途
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
)
參數
- value
型別:System.String
Represents the value of the postfix to be added.