CollectionNotAvailableException 생성자 (String, ServerVersion)

Initializes a new instance of the CollectionNotAvailableException class with the specified collection and the version of the instance of Microsoft SQL Server.

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

구문

‘선언
Public Sub New ( _
    colname As String, _
    serverVersion As ServerVersion _
)
‘사용 방법
Dim colname As String 
Dim serverVersion As ServerVersion 

Dim instance As New CollectionNotAvailableException(colname, _
    serverVersion)
public CollectionNotAvailableException(
    string colname,
    ServerVersion serverVersion
)
public:
CollectionNotAvailableException(
    String^ colname, 
    ServerVersion^ serverVersion
)
new : 
        colname:string * 
        serverVersion:ServerVersion -> CollectionNotAvailableException
public function CollectionNotAvailableException(
    colname : String, 
    serverVersion : ServerVersion
)

매개 변수

  • colname
    유형: System.String
    A String value that specifies the name of the collection that is not available.

SMO 예외 처리

참고 항목

참조

CollectionNotAvailableException 클래스

CollectionNotAvailableException 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스