Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Urn object value that specifies the object that the operation is currently processing.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Current As Urn
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the object that the operation is currently processing.