Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the parent of this object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function GetParent As Object
'Usage
Dim instance As IAlienObject
Dim returnValue As Object
returnValue = instance.GetParent()
Object GetParent()
Object^ GetParent()
abstract GetParent : unit -> Object
function GetParent() : Object
Return Value
Type: System.Object
An object that represents the parent of this object.