Método SqlObjectBase.AddLinkProperty
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.String
A string that specifies the property link.