หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.