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 Overridable Function AddLinkProperty ( _
name As String _
) As String
'Usage
Dim name As String
Dim returnValue As String
returnValue = Me.AddLinkProperty(name)
protected virtual string AddLinkProperty(
string name
)
protected:
virtual String^ AddLinkProperty(
String^ name
)
abstract AddLinkProperty :
name:string -> string
override AddLinkProperty :
name:string -> string
protected function AddLinkProperty(
name : String
) : String
Parameters
- name
Type: System.String
A String that specifies the name of the property.
Return Value
Type: System.String
A string that specifies the property link.