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.
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.