IAlienObject 接口
Represents a domain that is not based on the SQL Server Foundation Class. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Interface IAlienObject
用法
Dim instance As IAlienObject
public interface IAlienObject
public interface class IAlienObject
type IAlienObject = interface end
public interface IAlienObject
IAlienObject 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Discover | Discovers any dependencies. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
GetDomainRoot | Returns the root of the domain. | |
GetParent | Gets the parent of this object. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
GetPropertyType | Gets the type of the specified property. | |
GetPropertyValue | Gets the value of the specified property. | |
GetUrn | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
Resolve | 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 | |
SetObjectState | Sets the object state to the specified SfcObjectState value. | |
SetPropertyValue | Sets the property value. |
页首