IncludeIfNotExists Propiedad
Obtiene un objeto que especifica si se debe comprobar la existencia de un objeto antes de incluirlo en el script.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property IncludeIfNotExists As ScriptOption
Get
'Uso
Dim value As ScriptOption
value = ScriptOption.IncludeIfNotExists
public static ScriptOption IncludeIfNotExists { get; }
public:
static property ScriptOption^ IncludeIfNotExists {
ScriptOption^ get ();
}
static member IncludeIfNotExists : ScriptOption
static function get IncludeIfNotExists () : ScriptOption
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
Objeto ScriptOption que representa IncludeIfNotExists en las opciones de scripting.