SMOServerConn.SqlServerName 속성

Gets or sets a String that contains the name of the SQL Server to which you want to make the SMO connection.

네임스페이스:  Microsoft.SqlServer.Dts.ManagedConnections
어셈블리:  Microsoft.SqlServer.ManagedConnections(Microsoft.SqlServer.ManagedConnections.dll)

구문

‘선언
Public Property SqlServerName As String 
    Get 
    Set
‘사용 방법
Dim instance As SMOServerConn 
Dim value As String 

value = instance.SqlServerName

instance.SqlServerName = value
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)

속성 값

유형: System.String
A String that contains the name of the SQL Server to connect to as an SMO connection.

참고 항목

참조

SMOServerConn 클래스

Microsoft.SqlServer.Dts.ManagedConnections 네임스페이스