Metodo SqlObjectBase.AddLinkProperty

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Overridable Function AddLinkProperty ( _
    name As String _
) As String
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

SqlObjectBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc