Конструктор SmoEventArgs
Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
urn As Urn _
)
'Применение
Dim urn As Urn
Dim instance As New SmoEventArgs(urn)
public SmoEventArgs(
Urn urn
)
public:
SmoEventArgs(
Urn^ urn
)
new :
urn:Urn -> SmoEventArgs
public function SmoEventArgs(
urn : Urn
)
Параметры
- urn
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that specifies the URN address.