SqlObjectBase.AddLinkProperty Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Overridable Function AddLinkProperty ( _
name As String _
) As String
'Uso
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
Parámetros
- name
Tipo: System.String
A String that specifies the name of the property.
Valor devuelto
Tipo: System.String
A string that specifies the property link.