Partilhar via


Propriedade ISqlLinkedServer.ProductName

Obtém ou define o nome do produto do servidor remoto.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel