StatementBuilder.AddPrefix 메서드
Adds a prefix to the statement.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Sub AddPrefix ( _
value As String _
)
‘사용 방법
Dim instance As StatementBuilder
Dim value As String
instance.AddPrefix(value)
public void AddPrefix(
string value
)
public:
void AddPrefix(
String^ value
)
member AddPrefix :
value:string -> unit
public function AddPrefix(
value : String
)
매개 변수
- value
유형: System.String
The value of the prefix to be added.