Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the Sql Expression to get from the link. 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 Function GetSqlExpression ( _
obj As SqlObjectBase _
) As String
'Usage
Dim instance As LinkMultiple
Dim obj As SqlObjectBase
Dim returnValue As String
returnValue = instance.GetSqlExpression(obj)
public string GetSqlExpression(
SqlObjectBase obj
)
public:
String^ GetSqlExpression(
SqlObjectBase^ obj
)
member GetSqlExpression :
obj:SqlObjectBase -> string
public function GetSqlExpression(
obj : SqlObjectBase
) : String
Parameters
- obj
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The object in the SqlObjectBase.
Return Value
Type: System.String
The Sql Expression to get.