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.
Represents a domain that is not based on the SQL Server Foundation Class. 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
Public Interface IAlienObject
'Usage
Dim instance As IAlienObject
public interface IAlienObject
public interface class IAlienObject
type IAlienObject = interface end
public interface IAlienObject
The IAlienObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Discover | Discovers any dependencies. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
GetDomainRoot | Returns the root of the domain. |
![]() |
GetParent | Gets the parent of this object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
GetPropertyType | Gets the type of the specified property. |
![]() |
GetPropertyValue | Gets the value of the specified property. |
![]() |
GetUrn | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
Resolve | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() |
SetObjectState | Sets the object state to the specified SfcObjectState value. |
![]() |
SetPropertyValue | Sets the property value. |
Top