Partager via


Méthode SqlObjectBase.AddLinkProperty

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Overridable Function AddLinkProperty ( _
    name As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System.String
A string that specifies the property link.

Voir aussi

Référence

SqlObjectBase Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc