SMOServerConn.ConnectionDisplayName 속성

Returns the localized display name of the connection.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDisplayName As String 
    Get
‘사용 방법
Dim value As String 

value = SMOServerConn.ConnectionDisplayName
[BrowsableAttribute(false)]
public static string ConnectionDisplayName { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDisplayName {
    String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDisplayName : string
static function get ConnectionDisplayName () : String

속성 값

유형: System.String
A String that contains the localized display name of the connection.

참고 항목

참조

SMOServerConn 클래스

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