Interfaccia ICreatable

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

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public Interface ICreatable
'Utilizzo
Dim instance As ICreatable
public interface ICreatable
public interface class ICreatable
type ICreatable =  interface end
public interface ICreatable

Nel tipo ICreatable sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Create Creates an object on the server as defined by the referenced SMO object.

Torna all'inizio

Osservazioni

The ICreatable class is implemented by various instance classes.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Common