Свойство NewParent
Gets the SfcInstance object that represents the new 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 NewParent As SfcInstance
Get
'Применение
Dim instance As SfcBeforeObjectMovedEventArgs
Dim value As SfcInstance
value = instance.NewParent
public SfcInstance NewParent { get; }
public:
property SfcInstance^ NewParent {
SfcInstance^ get ();
}
member NewParent : SfcInstance
function get NewParent () : SfcInstance
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The SfcInstance object that represents the new parent of the object.