Share via


SfcDomainInfo Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public NotInheritable Class SfcDomainInfo
'Usage
Dim instance As SfcDomainInfo
public sealed class SfcDomainInfo
public ref class SfcDomainInfo sealed
[<SealedAttribute>]
type SfcDomainInfo =  class end
public final class SfcDomainInfo

The SfcDomainInfo type exposes the following members.

Properties

  Name Description
Public property AssemblyStrongName Gets or sets the strong name of the assembly as evidence for policy evaluation. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property DomainNamespace Gets the domain namespace for the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsAssemblyInGAC Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Name Gets or sets the name associated with the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property NamespaceQualifier Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property PSDriveName Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property RootType Gets or sets the root type of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property RootTypeFullName Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLogicalVersion Retrieves the logical version for the object.
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace