StatementBuilder.AddFields Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub AddFields ( _
value As String _
)
'Usage
Dim instance As StatementBuilder
Dim value As String
instance.AddFields(value)
public void AddFields(
string value
)
public:
void AddFields(
String^ value
)
member AddFields :
value:string -> unit
public function AddFields(
value : String
)
Parameters
- value
Type: System.String
Represents the value of the fields to be added.