다음을 통해 공유


IServerFactory.Create 메서드 (String, CollationInfo)

Creates an IMutableServer object that has the specified name.

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

구문

‘선언
Function Create ( _
    name As String, _
    collationInfo As CollationInfo _
) As IMutableServer
‘사용 방법
Dim instance As IServerFactory 
Dim name As String 
Dim collationInfo As CollationInfo 
Dim returnValue As IMutableServer 

returnValue = instance.Create(name, collationInfo)
IMutableServer Create(
    string name,
    CollationInfo collationInfo
)
IMutableServer^ Create(
    String^ name, 
    CollationInfo^ collationInfo
)
abstract Create : 
        name:string * 
        collationInfo:CollationInfo -> IMutableServer
function Create(
    name : String, 
    collationInfo : CollationInfo
) : IMutableServer

매개 변수

  • name
    유형: System.String
    The name of the server object to create.

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableServer
An IMutableServer object that has the specified name.

참고 항목

참조

IServerFactory 인터페이스

Create 오버로드

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스