Interface ICreatable

Defines a method to create an object on the referenced connection.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Interface ICreatable
'Utilisation
Dim instance As ICreatable
public interface ICreatable
public interface class ICreatable
type ICreatable =  interface end
public interface ICreatable

Le type ICreatable expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Create Creates an object on the server as defined by the referenced SMO object.

Haut de la page

Notes

The ICreatable class is implemented by various instance classes.