共用方式為


Database.SQLServerName Property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣告
Public Property SQLServerName As String
    Get
    Set
public string SQLServerName { get; set; }
public:
property String^ SQLServerName {
    String^ get ();
    void set (String^ value);
}
member SQLServerName : string with get, set
function get SQLServerName () : String
function set SQLServerName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Database Class

Microsoft.TeamFoundation.Server Namespace