LinkMultiple.GetSqlExpression(SqlObjectBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
calculate the tsql expression based on the format and on the link fields values
public string GetSqlExpression (Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase obj);
member this.GetSqlExpression : Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase -> string
Public Function GetSqlExpression (obj As SqlObjectBase) As String
Parameters
- obj
- SqlObjectBase