Compartir a través de


ISqlLinkedServer.ProductName (Propiedad)

Obtiene o establece el nombre de producto del servidor remoto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property ProductName As String
    Get
    Set
string ProductName { get; set; }
property String^ ProductName {
    String^ get ();
    void set (String^ value);
}
abstract ProductName : string with get, set
function get ProductName () : String
function set ProductName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)