ServerName Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public ReadOnly Property ServerName As IValueProperty(Of String)
    Get
'Usage
Dim instance As RelationalModel
Dim value As IValueProperty(Of String)

value = instance.ServerName
public IValueProperty<string> ServerName { get; }
public:
virtual property IValueProperty<String^>^ ServerName {
    IValueProperty<String^>^ get () sealed;
}
abstract ServerName : IValueProperty<string>
override ServerName : IValueProperty<string>
final function get ServerName () : IValueProperty<String>

Property Value

Type: Microsoft.Data.Tools.Model..::..IValueProperty< (Of < ( <'String> ) > ) >

Implements

IRelationalModel..::..ServerName

See Also

Reference

RelationalModel Class

Microsoft.Data.Tools.Model.Simple Namespace