Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets the SfcInstance object that represents the previous parent of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property OldParent As SfcInstance
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the previous parent of the object.