IAlienObject Interface

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
Public method Discover Discovers any dependencies. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetDomainRoot Returns the root of the domain.
Public method GetParent Gets the parent of this object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetPropertyType Gets the type of the specified property.
Public method GetPropertyValue Gets the value of the specified property.
Public method GetUrn Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Resolve Do not reference this member directly in your code. It supports the SQL Server infrastructure. 
Public method SetObjectState Sets the object state to the specified SfcObjectState value.
Public method SetPropertyValue Sets the property value.

Top