Interfaz ICreatable
Defines a method to create an object on the referenced connection.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
Public Interface ICreatable
'Uso
Dim instance As ICreatable
public interface ICreatable
public interface class ICreatable
type ICreatable = interface end
public interface ICreatable
El tipo ICreatable expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Create | Creates an object on the server as defined by the referenced SMO object. |
Arriba
Comentarios
The ICreatable class is implemented by various instance classes.