INST_ID Class

Represents the identifier of an instance.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.INST_ID

Namespace:  Microsoft.SqlServer
Assembly:  Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)

Syntax

'Declaration
Public Class INST_ID
'Usage
Dim instance As INST_ID
public class INST_ID
public ref class INST_ID
type INST_ID =  class end
public class INST_ID

The INST_ID type exposes the following members.

Constructors

  Name Description
Public method INST_ID Initializes a new instance of the INST_ID class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field dwSize Defines the DWORD that contains the size of INST_ID.
Public fieldStatic member INST_ID_MAX Defines a constant integer that specifies the maximum value an INST_ID can have.
Public field sData Defines a string that represents the data to encrypt.

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