Свойство OldParent
Gets the SfcInstance object that represents the previous parent of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property OldParent As SfcInstance
Get
'Применение
Dim instance As SfcAfterObjectMovedEventArgs
Dim value As SfcInstance
value = instance.OldParent
public SfcInstance OldParent { get; }
public:
property SfcInstance^ OldParent {
SfcInstance^ get ();
}
member OldParent : SfcInstance
function get OldParent () : SfcInstance
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that represents the previous parent of the object.