다음을 통해 공유


SqlAssemblyFile 생성자 (SqlAssembly, String)

Initializes a new instance of the SqlAssemblyFile class for the specified assembly and with the specified name.

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

구문

‘선언
Public Sub New ( _
    sqlAssembly As SqlAssembly, _
    name As String _
)
‘사용 방법
Dim sqlAssembly As SqlAssembly
Dim name As String

Dim instance As New SqlAssemblyFile(sqlAssembly, _
    name)
public SqlAssemblyFile(
    SqlAssembly sqlAssembly,
    string name
)
public:
SqlAssemblyFile(
    SqlAssembly^ sqlAssembly, 
    String^ name
)
new : 
        sqlAssembly:SqlAssembly * 
        name:string -> SqlAssemblyFile
public function SqlAssemblyFile(
    sqlAssembly : SqlAssembly, 
    name : String
)

매개 변수