Свойство Current
Gets the Urn object value that specifies the object that the operation is currently processing.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Current As Urn
Get
'Применение
Dim instance As ScriptingErrorEventArgs
Dim value As Urn
value = instance.Current
public Urn Current { get; }
public:
property Urn^ Current {
Urn^ get ();
}
member Current : Urn
function get Current () : Urn
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that specifies the object that the operation is currently processing.
См. также