Share via


ISqlLinkedServer.ProductName Property

Gets or sets the product name of the remote server.

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

Syntax

'Declaration
Property ProductName As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace