หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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
Protected Friend Overridable Function ResolveComputedField ( _
fieldName As String _
) As String
'Usage
Dim fieldName As String
Dim returnValue As String
returnValue = Me.ResolveComputedField(fieldName)
protected internal virtual string ResolveComputedField(
string fieldName
)
protected public:
virtual String^ ResolveComputedField(
String^ fieldName
)
abstract ResolveComputedField :
fieldName:string -> string
override ResolveComputedField :
fieldName:string -> string
function ResolveComputedField(
fieldName : String
) : String
Parameters
- fieldName
Type: System.String
A String that specifies the name of the field.
Return Value
Type: System.String
The dynamically calculated value.