Script 메서드 ([])
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function Script ( _
urns As Urn() _
) As StringCollection
‘사용 방법
Dim instance As Scripter
Dim urns As Urn()
Dim returnValue As StringCollection
returnValue = instance.Script(urns)
public StringCollection Script(
Urn[] urns
)
public:
StringCollection^ Script(
array<Urn^>^ urns
)
member Script :
urns:Urn[] -> StringCollection
public function Script(
urns : Urn[]
) : StringCollection
매개 변수
- urns
형식: array<Urn> [] () [] []